nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

zbar: use libintl on darwin

authored by

Soares Chen and committed by
Bjørn Forsman
30d9df50 5eb6f54e

+2
+2
pkgs/tools/graphics/zbar/default.nix
··· 16 16 , dbus 17 17 , enableVideo ? stdenv.isLinux 18 18 , enableDbus ? stdenv.isLinux 19 + , libintl 19 20 }: 20 21 21 22 stdenv.mkDerivation rec { ··· 44 43 buildInputs = [ 45 44 imagemagickBig 46 45 libX11 46 + libintl 47 47 ] ++ lib.optionals enableDbus [ 48 48 dbus 49 49 ] ++ lib.optionals enableVideo [