summary refs log tree commit diff
path: root/pkgs/servers/nosql/arangodb
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:30:05 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:38 +0200
commitd91c7347d1f51ec0282a286e4eae69c13edd506a (patch)
treea3dc69a5855b863ba3576e8ec332f1b00cd5e1b4 /pkgs/servers/nosql/arangodb
parent2258aecaa5e1b03b2f6def3bd79b769ee306ab9c (diff)
downloadnixpkgs-d91c7347d1f51ec0282a286e4eae69c13edd506a.tar
nixpkgs-d91c7347d1f51ec0282a286e4eae69c13edd506a.tar.gz
nixpkgs-d91c7347d1f51ec0282a286e4eae69c13edd506a.tar.bz2
nixpkgs-d91c7347d1f51ec0282a286e4eae69c13edd506a.tar.lz
nixpkgs-d91c7347d1f51ec0282a286e4eae69c13edd506a.tar.xz
nixpkgs-d91c7347d1f51ec0282a286e4eae69c13edd506a.tar.zst
nixpkgs-d91c7347d1f51ec0282a286e4eae69c13edd506a.zip
treewide: Mass replace 'openssl}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/servers/nosql/arangodb')
-rw-r--r--pkgs/servers/nosql/arangodb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/nosql/arangodb/default.nix b/pkgs/servers/nosql/arangodb/default.nix
index 4ff12f630c9..473b5d717de 100644
--- a/pkgs/servers/nosql/arangodb/default.nix
+++ b/pkgs/servers/nosql/arangodb/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     openssl zlib python gyp go readline
   ];
 
-  configureFlagsArray = [ "--with-openssl-lib=${openssl}/lib" ];
+  configureFlagsArray = [ "--with-openssl-lib=${openssl.out}/lib" ];
 
   patchPhase = ''
     substituteInPlace 3rdParty/V8-3.31.74.1/build/gyp/gyp --replace /bin/bash ${bash}/bin/bash