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:
parent
5eb6f54ec0
commit
30d9df50ec
1 changed files with 2 additions and 0 deletions
|
@ -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 [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue