about summary refs log tree commit diff
path: root/pkgs/development/tools/sslmate
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:16 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:16 +0200
commit13b3f3f246fdb8dfc854c5283aa1dc88d1e774d1 (patch)
tree6e325b0bf4729b5f7ba350428745ffd550dcf33d /pkgs/development/tools/sslmate
parent3cc7fa0be91ba9ac4dd9b96c551de79220b27704 (diff)
treewide: Mass replace 'openssl}/bin' to refer the 'bin' output
Diffstat (limited to 'pkgs/development/tools/sslmate')
-rw-r--r--pkgs/development/tools/sslmate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/sslmate/default.nix b/pkgs/development/tools/sslmate/default.nix
index 72af189845145..8def4b6a66577 100644
--- a/pkgs/development/tools/sslmate/default.nix
+++ b/pkgs/development/tools/sslmate/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
         JSONPP
         TermReadKey
       ]}" \
-      --prefix PATH : "${openssl}/bin"
+      --prefix PATH : "${openssl.bin}/bin"
   '';
 
   meta = with stdenv.lib; {