aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libtorrent-rasterbar
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-09-19 10:56:08 -0700
committerWilliam A. Kennington III <william@wkennington.com>2014-09-21 17:20:59 -0700
commit31220480d83a642f8bf6fe0529633c9460384666 (patch)
tree816642d7700126191bb3ba070c42229213a8c690 /pkgs/development/libraries/libtorrent-rasterbar
parentbe2c1d79082e92e17c58566fe01cba9fa13857e5 (diff)
boost: Update depdendent packages
Diffstat (limited to 'pkgs/development/libraries/libtorrent-rasterbar')
-rw-r--r--pkgs/development/libraries/libtorrent-rasterbar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
index 0745313b41e7..becca407ce92 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
@@ -9,11 +9,11 @@ stdenv.mkDerivation rec {
sha256 = "1a3yxwjs4qb0rwx6cfpvar0a8jmavb6ik580b27md08jhvq80if7";
};
- buildInputs = [ boost pkgconfig openssl zlib python libiconvOrNull geoip ];
+ buildInputs = [ boost boost.lib pkgconfig openssl zlib python libiconvOrNull geoip ];
configureFlags = [
"--with-boost=${boost}/include/boost"
- "--with-boost-libdir=${boost}/lib"
+ "--with-boost-libdir=${boost.lib}/lib"
"--enable-python-binding"
"--with-libgeoip=system"
"--with-libiconv=yes"