about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-17 05:04:22 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-24 04:05:57 +0100
commiteeca8c0441d3065d0db3f83fba28cc3c541efb18 (patch)
tree5d67a386b0543918f5a678c14801c71bdaf44767 /pkgs/applications/graphics
parentd39892699325b85a9a4a222088b8937512e737d9 (diff)
downloadnixlib-eeca8c0441d3065d0db3f83fba28cc3c541efb18.tar
nixlib-eeca8c0441d3065d0db3f83fba28cc3c541efb18.tar.gz
nixlib-eeca8c0441d3065d0db3f83fba28cc3c541efb18.tar.bz2
nixlib-eeca8c0441d3065d0db3f83fba28cc3c541efb18.tar.lz
nixlib-eeca8c0441d3065d0db3f83fba28cc3c541efb18.tar.xz
nixlib-eeca8c0441d3065d0db3f83fba28cc3c541efb18.tar.zst
nixlib-eeca8c0441d3065d0db3f83fba28cc3c541efb18.zip
saneBackends: add translations (gettext)
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/sane/backends/generic.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/sane/backends/generic.nix b/pkgs/applications/graphics/sane/backends/generic.nix
index 022cdd72f108..707a0b091204 100644
--- a/pkgs/applications/graphics/sane/backends/generic.nix
+++ b/pkgs/applications/graphics/sane/backends/generic.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl
 , avahi, libusb, libv4l, net_snmp
-, pkgconfig
+, gettext, pkgconfig
 , gt68xxFirmware ? null, snapscanFirmware ? null
 , hotplugSupport ? true
 , version, src, ...
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
     ++ stdenv.lib.optional (libusb != null) "--enable-libusb_1_0";
 
   buildInputs = [ avahi libusb libv4l net_snmp ];
-  nativeBuildInputs = [ pkgconfig ];
+  nativeBuildInputs = [ gettext pkgconfig ];
 
   postInstall = ''
     if test "$udevSupport" = "1"; then