aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/cipherscan
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/security/cipherscan
parent87cb1b0ca1c9c0be08eb4ee92397f87ae6126e10 (diff)
treewide: Mass replace 'openssl}/bin' to refer to the correct outputs
Diffstat (limited to 'pkgs/tools/security/cipherscan')
-rw-r--r--pkgs/tools/security/cipherscan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/cipherscan/default.nix b/pkgs/tools/security/cipherscan/default.nix
index bde9756ee1a0..eac237f2ff47 100644
--- a/pkgs/tools/security/cipherscan/default.nix
+++ b/pkgs/tools/security/cipherscan/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildPhase = ''
substituteInPlace cipherscan \
--replace "@OPENSSLBIN@" \
- "${openssl}/bin/openssl" \
+ "${openssl.bin}/bin/openssl" \
--replace "@TIMEOUTBIN@" \
"${coreutils}/bin/timeout" \
--replace "@READLINKBIN@" \
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
substituteInPlace analyze.py \
--replace "@OPENSSLBIN@" \
- "${openssl}/bin/openssl"
+ "${openssl.bin}/bin/openssl"
'';
installPhase = ''
mkdir -p $out/bin