mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
saneBackends: add translations (gettext)
This commit is contained in:
parent
d398926993
commit
eeca8c0441
@ -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 New Issue
Block a user