about summary refs log tree commit diff
path: root/pkgs/servers/http
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/servers/http
parent3cc7fa0be91ba9ac4dd9b96c551de79220b27704 (diff)
downloadnixlib-13b3f3f246fdb8dfc854c5283aa1dc88d1e774d1.tar
nixlib-13b3f3f246fdb8dfc854c5283aa1dc88d1e774d1.tar.gz
nixlib-13b3f3f246fdb8dfc854c5283aa1dc88d1e774d1.tar.bz2
nixlib-13b3f3f246fdb8dfc854c5283aa1dc88d1e774d1.tar.lz
nixlib-13b3f3f246fdb8dfc854c5283aa1dc88d1e774d1.tar.xz
nixlib-13b3f3f246fdb8dfc854c5283aa1dc88d1e774d1.tar.zst
nixlib-13b3f3f246fdb8dfc854c5283aa1dc88d1e774d1.zip
treewide: Mass replace 'openssl}/bin' to refer the 'bin' output
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nix-binary-cache/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/nix-binary-cache/default.nix b/pkgs/servers/http/nix-binary-cache/default.nix
index 857d4bb4d490..be7cadac44da 100644
--- a/pkgs/servers/http/nix-binary-cache/default.nix
+++ b/pkgs/servers/http/nix-binary-cache/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
       --replace @bzip2@ "${bzip2.bin}/bin" \
       --replace @gnused@ "${gnused}/bin" \
       --replace @gnugrep@ "${gnugrep}/bin" \
-      --replace @openssl@ "${openssl}/bin" \
+      --replace @openssl@ "${openssl.bin}/bin" \
       --replace @lighttpd@ "${lighttpd}/sbin" \
       --replace @iproute@ "${iproute}/sbin" \
       --replace "xXxXx" "xXxXx"
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
       --replace @bzip2@ "${bzip2.bin}/bin" \
       --replace @gnused@ "${gnused}/bin" \
       --replace @gnugrep@ "${gnugrep}/bin" \
-      --replace @openssl@ "${openssl}/bin" \
+      --replace @openssl@ "${openssl.bin}/bin" \
       --replace @lighttpd@ "${lighttpd}/sbin" \
       --replace @iproute@ "${iproute}/sbin" \
       --replace "xXxXx" "xXxXx"