iputils: Don't depend on both GNU TLS and OpenSSL
This commit is contained in:
parent
9d4aec76f8
commit
930c958771
@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
|
||||
sed -i s/sgmlspl/sgmlspl.pl/ doc/Makefile
|
||||
'';
|
||||
|
||||
buildInputs = [ libsysfs gnutls openssl libcap sp docbook_sgml_dtd_31 SGMLSpm ];
|
||||
makeFlags = "USE_GNUTLS=no";
|
||||
|
||||
buildInputs = [ libsysfs openssl libcap sp docbook_sgml_dtd_31 SGMLSpm ];
|
||||
|
||||
buildFlags = "man all ninfod";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user