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
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
"--enable-hdb-openldap-module"
|
||||
"--with-sqlite3=${sqlite}"
|
||||
"--with-libedit=${libedit}"
|
||||
"--with-openssl=${openssl}"
|
||||
"--with-openssl=${openssl.dev}"
|
||||
"--without-x"
|
||||
"--with-berkeley-db=${db}"
|
||||
] ++ optionals (!libOnly) [
|
||||
|
||||
Reference in New Issue
Block a user