about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/pybitmessage
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/applications/networking/instant-messengers/pybitmessage
parent2258aecaa5e1b03b2f6def3bd79b769ee306ab9c (diff)
treewide: Mass replace 'openssl}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/pybitmessage')
-rw-r--r--pkgs/applications/networking/instant-messengers/pybitmessage/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pybitmessage/default.nix b/pkgs/applications/networking/instant-messengers/pybitmessage/default.nix
index c19b5ff31f9d1..17462cb75ad57 100644
--- a/pkgs/applications/networking/instant-messengers/pybitmessage/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pybitmessage/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   postInstall = ''
     substituteInPlace $out/bin/pybitmessage \
       --replace "exec python2" "exec ${python}/bin/python" \
-      --replace "/opt/openssl-compat-bitcoin/lib/" "${openssl}/lib/"
+      --replace "/opt/openssl-compat-bitcoin/lib/" "${openssl.out}/lib/"
     wrapProgram $out/bin/pybitmessage \
       --prefix PYTHONPATH : "$(toPythonPath $out):$PYTHONPATH"
   '';