summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/graphics/zbar/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/zbar/default.nix b/pkgs/tools/graphics/zbar/default.nix
index 229d3f3cdbdb..8e5d687d2adc 100644
--- a/pkgs/tools/graphics/zbar/default.nix
+++ b/pkgs/tools/graphics/zbar/default.nix
@@ -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 [