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,8 +16,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = ''
|
||||
--with-lzo-headers=${lzo}/include/lzo
|
||||
--with-ssl-headers=${openssl}/include/openssl
|
||||
--with-blowfish-headers=${openssl}/include/openssl'';
|
||||
--with-ssl-headers=${openssl.dev}/include/openssl
|
||||
--with-blowfish-headers=${openssl.dev}/include/openssl'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Virtual Tunnels over TCP/IP with traffic shaping, compression and encryption";
|
||||
|
||||
Reference in New Issue
Block a user