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
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ openssl zlib ];
|
||||
|
||||
configureFlags =
|
||||
"--with-nicklen=100 --with-topiclen=360 --enable-openssl=${openssl}";
|
||||
"--with-nicklen=100 --with-topiclen=360 --enable-openssl=${openssl.dev}";
|
||||
|
||||
postInstall = "echo postinstall; mkdir -p \${out}/ ; rm -rf \${out}/logs ; ln -s /home/ircd \${out}/logs;";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user