summary refs log tree commit diff
path: root/pkgs/tools/networking/easyrsa
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-10 22:51:13 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2016-04-14 08:32:20 +0300
commit897e0d12242b7ac9b7970f6708bcf0c3b3622719 (patch)
tree1634027517123eb296f394c0c5d6f82fc6e56586 /pkgs/tools/networking/easyrsa
parent87cb1b0ca1c9c0be08eb4ee92397f87ae6126e10 (diff)
downloadnixlib-897e0d12242b7ac9b7970f6708bcf0c3b3622719.tar
nixlib-897e0d12242b7ac9b7970f6708bcf0c3b3622719.tar.gz
nixlib-897e0d12242b7ac9b7970f6708bcf0c3b3622719.tar.bz2
nixlib-897e0d12242b7ac9b7970f6708bcf0c3b3622719.tar.lz
nixlib-897e0d12242b7ac9b7970f6708bcf0c3b3622719.tar.xz
nixlib-897e0d12242b7ac9b7970f6708bcf0c3b3622719.tar.zst
nixlib-897e0d12242b7ac9b7970f6708bcf0c3b3622719.zip
treewide: Mass replace 'openssl}/bin' to refer to the correct outputs
Diffstat (limited to 'pkgs/tools/networking/easyrsa')
-rw-r--r--pkgs/tools/networking/easyrsa/2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/easyrsa/2.x.nix b/pkgs/tools/networking/easyrsa/2.x.nix
index e49c32aac704..493243cf81c8 100644
--- a/pkgs/tools/networking/easyrsa/2.x.nix
+++ b/pkgs/tools/networking/easyrsa/2.x.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     for prog in $(find "$out/share/easy-rsa" -executable -type f); do
       makeWrapper "$prog" "$out/bin/$(basename $prog)" \
         --set EASY_RSA "$out/share/easy-rsa" \
-        --set OPENSSL "${openssl}/bin/openssl" \
+        --set OPENSSL "${openssl.bin}/bin/openssl" \
         --set GREP "${gnugrep}/bin/grep"
     done
     sed -i "/EASY_RSA=\|OPENSSL=\|GREP=/d" $out/share/easy-rsa/vars