summary refs log tree commit diff
path: root/pkgs/tools/filesystems/xtreemfs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:28:56 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:32 +0200
commitf412f5f3ee1ccfe909cb925fba92a4567f686869 (patch)
tree06322c24a823893fbe27dd1919bdcf68a531865a /pkgs/tools/filesystems/xtreemfs
parente865a647f49c5fde4a2f64734b4891cf8fba291b (diff)
downloadnixpkgs-f412f5f3ee1ccfe909cb925fba92a4567f686869.tar
nixpkgs-f412f5f3ee1ccfe909cb925fba92a4567f686869.tar.gz
nixpkgs-f412f5f3ee1ccfe909cb925fba92a4567f686869.tar.bz2
nixpkgs-f412f5f3ee1ccfe909cb925fba92a4567f686869.tar.lz
nixpkgs-f412f5f3ee1ccfe909cb925fba92a4567f686869.tar.xz
nixpkgs-f412f5f3ee1ccfe909cb925fba92a4567f686869.tar.zst
nixpkgs-f412f5f3ee1ccfe909cb925fba92a4567f686869.zip
treewide: Mass replace 'attr}/lib' to refer the 'out' output
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 8f090c29781..556cb674212 100644
--- a/pkgs/tools/filesystems/xtreemfs/default.nix
+++ b/pkgs/tools/filesystems/xtreemfs/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
       --replace "/usr/local" "${valgrind}"
 
     substituteInPlace cpp/CMakeLists.txt \
-      --replace '"/lib64" "/usr/lib64"' '"${attr}/lib" "${fuse}/lib"'
+      --replace '"/lib64" "/usr/lib64"' '"${attr.out}/lib" "${fuse}/lib"'
 
     export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${fuse}/include"
     export NIX_CFLAGS_LINK="$NIX_CFLAGS_LINK -L${fuse}/lib"