avahi: remove unused perl dependency
Perl is only required for doxygen which we don't use here and xmltoman which we don't even package. In any case if it was used it should have been in nativeBuildInputs, not buildInputs like now.
This commit is contained in:
parent
d1dc7fb2c8
commit
b04217c07a
1 changed files with 1 additions and 5 deletions
|
@ -5,7 +5,6 @@
|
|||
, pkg-config
|
||||
, libdaemon
|
||||
, dbus
|
||||
, perlPackages
|
||||
, libpcap
|
||||
, expat
|
||||
, gettext
|
||||
|
@ -105,10 +104,7 @@ stdenv.mkDerivation rec {
|
|||
expat
|
||||
libiconv
|
||||
libevent
|
||||
] ++ (with perlPackages; [
|
||||
perl
|
||||
XMLParser
|
||||
]) ++ lib.optionals stdenv.isFreeBSD [
|
||||
] ++ lib.optionals stdenv.isFreeBSD [
|
||||
libpcap
|
||||
] ++ lib.optionals gtk3Support [
|
||||
gtk3
|
||||
|
|
Loading…
Reference in a new issue