zbar: drop Perl dependency
It does not appear to be necessary
This commit is contained in:
parent
021faed5ba
commit
86f3b3f628
|
@ -3,7 +3,6 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, imagemagickBig
|
, imagemagickBig
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, perl
|
|
||||||
, libX11
|
, libX11
|
||||||
, libv4l
|
, libv4l
|
||||||
, qt5
|
, qt5
|
||||||
|
@ -39,7 +38,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
imagemagickBig
|
imagemagickBig
|
||||||
perl
|
|
||||||
libX11
|
libX11
|
||||||
] ++ lib.optionals enableDbus [
|
] ++ lib.optionals enableDbus [
|
||||||
dbus
|
dbus
|
||||||
|
|
Loading…
Reference in New Issue