0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

zbar: use libintl on darwin

This commit is contained in:
Soares Chen 2020-06-01 12:56:21 +02:00 committed by Bjørn Forsman
parent 5eb6f54ec0
commit 30d9df50ec

View file

@ -16,6 +16,7 @@
, dbus
, enableVideo ? stdenv.isLinux
, enableDbus ? stdenv.isLinux
, libintl
}:
stdenv.mkDerivation rec {
@ -43,6 +44,7 @@ stdenv.mkDerivation rec {
buildInputs = [
imagemagickBig
libX11
libintl
] ++ lib.optionals enableDbus [
dbus
] ++ lib.optionals enableVideo [