summary refs log tree commit diff
path: root/pkgs/tools/filesystems/xtreemfs/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-02 18:01:07 +0000
committerGitHub <noreply@github.com>2022-04-02 18:01:07 +0000
commitfc17fe64173caad8e33a1a9545f1059c51a06320 (patch)
treebdc6b1b4f9b2c612524fa35cfc516c33ef41d952 /pkgs/tools/filesystems/xtreemfs/default.nix
parent66754ae952bb2ffd16e793f4be00ffecb9253e28 (diff)
parent2efcca0cb4439c340707f3fe6ea3e807d3a35321 (diff)
downloadnixpkgs-fc17fe64173caad8e33a1a9545f1059c51a06320.tar
nixpkgs-fc17fe64173caad8e33a1a9545f1059c51a06320.tar.gz
nixpkgs-fc17fe64173caad8e33a1a9545f1059c51a06320.tar.bz2
nixpkgs-fc17fe64173caad8e33a1a9545f1059c51a06320.tar.lz
nixpkgs-fc17fe64173caad8e33a1a9545f1059c51a06320.tar.xz
nixpkgs-fc17fe64173caad8e33a1a9545f1059c51a06320.tar.zst
nixpkgs-fc17fe64173caad8e33a1a9545f1059c51a06320.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/filesystems/xtreemfs/default.nix')
-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 5825f8b25ee..5f942c92507 100644
--- a/pkgs/tools/filesystems/xtreemfs/default.nix
+++ b/pkgs/tools/filesystems/xtreemfs/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
     export BOOST_INCLUDEDIR=${boost.dev}/include
     export BOOST_LIBRARYDIR=${boost.out}/lib
     export CMAKE_INCLUDE_PATH=${openssl.dev}/include
-    export CMAKE_LIBRARY_PATH=${openssl.out}/lib
+    export CMAKE_LIBRARY_PATH=${lib.getLib openssl}/lib
 
     substituteInPlace cpp/cmake/FindValgrind.cmake \
       --replace "/usr/local" "${valgrind}"