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
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ intltool openssl expat libgcrypt ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-ssl-dir=${openssl}/"
|
||||
"--with-ssl-dir=${openssl.dev}/"
|
||||
"--with-tls"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user