summary refs log tree commit diff
path: root/pkgs/tools/filesystems/xtreemfs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-28 00:41:28 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-04-28 00:41:28 +0300
commitb465dc202f0ba6e5ce465c5dabca2b2a3560cad6 (patch)
treeabc9a5465a2c880cd4c37144b948d098c7bc3573 /pkgs/tools/filesystems/xtreemfs
parent4ff8f377afcfcb206c585f165dc1332c9fb1eba1 (diff)
boost: Kill unnecessary 'lib' output
This was split in somewhere pre-2014 without the current infra which
automates parts of this, in particular the output propagation.
Diffstat (limited to 'pkgs/tools/filesystems/xtreemfs')
-rw-r--r--pkgs/tools/filesystems/xtreemfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/xtreemfs/default.nix b/pkgs/tools/filesystems/xtreemfs/default.nix
index 556cb674212d9..bbd4b185d5ec8 100644
--- a/pkgs/tools/filesystems/xtreemfs/default.nix
+++ b/pkgs/tools/filesystems/xtreemfs/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     export ANT_HOME=${ant}
 
     export BOOST_INCLUDEDIR=${boost.dev}/include
-    export BOOST_LIBRARYDIR=${boost.lib}/lib
+    export BOOST_LIBRARYDIR=${boost.out}/lib
     export OPENSSL_ROOT_DIR=${openssl}
 
     substituteInPlace cpp/cmake/FindValgrind.cmake \