mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
saneBackends: add translations (gettext)
This commit is contained in:
parent
d398926993
commit
eeca8c0441
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue