summary refs log tree commit diff
path: root/pkgs/development/libraries/boost/1.55.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-11-03 11:14:08 -0800
committerWilliam A. Kennington III <william@wkennington.com>2014-11-03 11:14:08 -0800
commit8d605dafc65ede7c4d33178192807612527c911d (patch)
treebf9b0842451a84dc13b166f7da55bcc3cd637193 /pkgs/development/libraries/boost/1.55.nix
parentd660565747b349b67cd31495ba7a1e504f073694 (diff)
downloadnixpkgs-8d605dafc65ede7c4d33178192807612527c911d.tar
nixpkgs-8d605dafc65ede7c4d33178192807612527c911d.tar.gz
nixpkgs-8d605dafc65ede7c4d33178192807612527c911d.tar.bz2
nixpkgs-8d605dafc65ede7c4d33178192807612527c911d.tar.lz
nixpkgs-8d605dafc65ede7c4d33178192807612527c911d.tar.xz
nixpkgs-8d605dafc65ede7c4d33178192807612527c911d.tar.zst
nixpkgs-8d605dafc65ede7c4d33178192807612527c911d.zip
boost: Pass arguments to generic.nix
Diffstat (limited to 'pkgs/development/libraries/boost/1.55.nix')
-rw-r--r--pkgs/development/libraries/boost/1.55.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/boost/1.55.nix b/pkgs/development/libraries/boost/1.55.nix
index 74f45039c3a..808ff912e7d 100644
--- a/pkgs/development/libraries/boost/1.55.nix
+++ b/pkgs/development/libraries/boost/1.55.nix
@@ -1,6 +1,6 @@
 { callPackage, fetchurl, ... } @ args:
 
-callPackage ./generic.nix (rec {
+callPackage ./generic.nix (args // rec {
   version = "1.55.0";
 
   src = fetchurl {