treewide: Make explicit that 'dev' output of openssl is used
This commit is contained in:
committed by
Vladimír Čunát
parent
5eb01cd0ad
commit
2a73de6e6c
@@ -16,7 +16,7 @@ mkDerivation rec {
|
||||
substituteInPlace src/libssl.cc --subst-var-by openssl ${openssl}
|
||||
substituteInPlace src/libcrypto.cc --subst-var-by openssl ${openssl}
|
||||
'';
|
||||
configureFlags = "--with-openssl=${openssl}";
|
||||
configureFlags = "--with-openssl=${openssl.dev}";
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp -a wraith $out/bin/wraith
|
||||
|
||||
Reference in New Issue
Block a user