summary refs log tree commit diff
path: root/pkgs/development/libraries/libtorrent-rasterbar
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/libtorrent-rasterbar
parentecfc1a7fc398482f8acecfd8fe93156a9750cee7 (diff)
downloadnixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.gz
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.bz2
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.lz
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.xz
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.zst
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.zip
boost: Remove boost.lib
Diffstat (limited to 'pkgs/development/libraries/libtorrent-rasterbar')
-rw-r--r--pkgs/development/libraries/libtorrent-rasterbar/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
index b7abd8bcab7..761fe1d94fb 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
@@ -8,11 +8,9 @@ stdenv.mkDerivation rec {
     sha256 = "1ph4cb6nrk2hiy89j3kz1wj16ph0b9yixrf4f4935rnzhha8x31w";
   };
 
-  buildInputs = [ boost boost.lib pkgconfig openssl zlib python libiconvOrNull geoip ];
+  buildInputs = [ boost pkgconfig openssl zlib python libiconvOrNull geoip ];
 
   configureFlags = [ 
-    "--with-boost=${boost}/include/boost" 
-    "--with-boost-libdir=${boost.lib}/lib" 
     "--enable-python-binding"
     "--with-libgeoip=system"
     "--with-libiconv=yes"