iputils: Drop unnecessary dependencies
This commit is contained in:
parent
a9a8043b9b
commit
a9629064d8
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch
|
{ stdenv, fetchFromGitHub, fetchpatch
|
||||||
, libxslt, docbook_xsl, docbook_xml_dtd_44
|
, libxslt, docbook_xsl, docbook_xml_dtd_44
|
||||||
, sysfsutils, openssl, libcap, libgcrypt, nettle, libidn2
|
, libcap, nettle, libidn2
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ libxslt.bin ];
|
nativeBuildInputs = [ libxslt.bin ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
sysfsutils openssl libcap libgcrypt nettle
|
libcap nettle
|
||||||
] ++ stdenv.lib.optional (!stdenv.hostPlatform.isMusl) libidn2;
|
] ++ stdenv.lib.optional (!stdenv.hostPlatform.isMusl) libidn2;
|
||||||
|
|
||||||
# ninfod probably could build on cross, but the Makefile doesn't pass --host etc to the sub configure...
|
# ninfod probably could build on cross, but the Makefile doesn't pass --host etc to the sub configure...
|
||||||
|
Loading…
Reference in New Issue
Block a user