Merge #12779: Mass replace pkg}/bin-style strings

... to refer to correct outputs
This commit is contained in:
Vladimír Čunát
2016-02-03 17:25:22 +01:00
30 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ in
${optionalString luks.yubikeySupport ''
copy_bin_and_libs ${pkgs.ykpers}/bin/ykchalresp
copy_bin_and_libs ${pkgs.ykpers}/bin/ykinfo
copy_bin_and_libs ${pkgs.openssl}/bin/openssl
copy_bin_and_libs ${pkgs.openssl.bin}/bin/openssl
cc -O3 -I${pkgs.openssl}/include -L${pkgs.openssl.out}/lib ${./pbkdf2-sha512.c} -o pbkdf2-sha512 -lcrypto
strip -s pbkdf2-sha512