about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-05 15:41:16 +0200
committerGitHub <noreply@github.com>2021-08-05 15:41:16 +0200
commit3d10cceee5fe3f56bd10ba76e67326f270a6e4d5 (patch)
treedcaa1ca51023fb2fbee941f2a4a2cfdf60c7cccb /pkgs/applications/graphics
parent1a30830339c40f354592d4b9697044de2e4bf143 (diff)
parent813f2f11e10f9cba5184ba4c82ef3eb4cb896c38 (diff)
Merge pull request #131147 from Artturin/saned-awk
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/sane/backends/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/sane/backends/default.nix b/pkgs/applications/graphics/sane/backends/default.nix
index 3d3c752dcdef1..27eb174cdf0c4 100644
--- a/pkgs/applications/graphics/sane/backends/default.nix
+++ b/pkgs/applications/graphics/sane/backends/default.nix
@@ -1,7 +1,7 @@
 { stdenv, lib, fetchurl, runtimeShell
 , gettext, pkg-config, python3
 , avahi, libgphoto2, libieee1284, libjpeg, libpng, libtiff, libusb1, libv4l, net-snmp
-, curl, systemd, libxml2, poppler
+, curl, systemd, libxml2, poppler, gawk
 , sane-drivers
 
 # List of { src name backend } attibute sets - see installFirmware below:
@@ -51,6 +51,7 @@ stdenv.mkDerivation {
     systemd
     libxml2
     poppler
+    gawk
   ];
 
   enableParallelBuilding = true;