aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/botan
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-10-01 12:55:40 -0700
committerWilliam A. Kennington III <william@wkennington.com>2014-11-02 17:22:27 -0800
commitaa3e800be7a2d76419d87c23e71121a2c9424be9 (patch)
tree7eb03b8a2883b58694dac31c86d70f048b45d57b /pkgs/development/libraries/botan
parentecfc1a7fc398482f8acecfd8fe93156a9750cee7 (diff)
boost: Remove boost.lib
Diffstat (limited to 'pkgs/development/libraries/botan')
-rw-r--r--pkgs/development/libraries/botan/default.nix2
-rw-r--r--pkgs/development/libraries/botan/unstable.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/botan/default.nix b/pkgs/development/libraries/botan/default.nix
index e603b904ddac..082efd0a9c29 100644
--- a/pkgs/development/libraries/botan/default.nix
+++ b/pkgs/development/libraries/botan/default.nix
@@ -9,7 +9,7 @@ let
helperArgNames = ["stdenv" "fetchurl" "builderDefsPackage"] ++
[];
- buildInputs = [ boost.lib ]
+ buildInputs = [ ]
++ map (n: builtins.getAttr n x)
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
sourceInfo = rec {
diff --git a/pkgs/development/libraries/botan/unstable.nix b/pkgs/development/libraries/botan/unstable.nix
index be541a1d8ec3..9e3971978597 100644
--- a/pkgs/development/libraries/botan/unstable.nix
+++ b/pkgs/development/libraries/botan/unstable.nix
@@ -9,7 +9,7 @@ let
helperArgNames = ["stdenv" "fetchurl" "builderDefsPackage"] ++
[];
- buildInputs = [ boost.lib ]
+ buildInputs = [ ]
++ map (n: builtins.getAttr n x)
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
sourceInfo = rec {