treewide: Fix output references to openssl

This commit is contained in:
Tuomas Tynkkynen
2016-08-23 04:53:27 +03:00
parent 07491d68c3
commit b61fbf3132
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ pythonPackages.buildPythonApplication rec {
postPatch = ''
substituteInPlace "salt/utils/rsax931.py" \
--subst-var-by "libcrypto" "${openssl}/lib/libcrypto.so"
--subst-var-by "libcrypto" "${openssl.out}/lib/libcrypto.so"
'';
# The tests fail due to socket path length limits at the very least;