mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
sane-backends: add gawk to buildInputs
This commit is contained in:
parent
9b26b6aaca
commit
813f2f11e1
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchurl, runtimeShell
|
{ stdenv, lib, fetchurl, runtimeShell
|
||||||
, gettext, pkg-config, python3
|
, gettext, pkg-config, python3
|
||||||
, avahi, libgphoto2, libieee1284, libjpeg, libpng, libtiff, libusb1, libv4l, net-snmp
|
, avahi, libgphoto2, libieee1284, libjpeg, libpng, libtiff, libusb1, libv4l, net-snmp
|
||||||
, curl, systemd, libxml2, poppler
|
, curl, systemd, libxml2, poppler, gawk
|
||||||
, sane-drivers
|
, sane-drivers
|
||||||
|
|
||||||
# List of { src name backend } attibute sets - see installFirmware below:
|
# List of { src name backend } attibute sets - see installFirmware below:
|
||||||
@ -51,6 +51,7 @@ stdenv.mkDerivation {
|
|||||||
systemd
|
systemd
|
||||||
libxml2
|
libxml2
|
||||||
poppler
|
poppler
|
||||||
|
gawk
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user