Skip to content

Commit

Permalink
zbar: use libintl on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen authored and bjornfor committed Jun 2, 2020
1 parent 5eb6f54 commit 30d9df5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/graphics/zbar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
, dbus
, enableVideo ? stdenv.isLinux
, enableDbus ? stdenv.isLinux
, libintl
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -43,6 +44,7 @@ stdenv.mkDerivation rec {
buildInputs = [
imagemagickBig
libX11
libintl
] ++ lib.optionals enableDbus [
dbus
] ++ lib.optionals enableVideo [
Expand Down

0 comments on commit 30d9df5

Please sign in to comment.