summary refs log tree commit diff
path: root/pkgs/misc/cups
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2021-03-14 12:03:45 +0100
committerSamuel Gräfenstein <git@samuelgrf.com>2021-03-14 12:15:54 +0100
commit03c98972ccb194111a2a21e34822cedabbec12fa (patch)
tree5c9af3df204253b53955f5559f2ae0d26df89624 /pkgs/misc/cups
parente53f145c5c591ea5c7e6a3c57b2d743632d9ec0b (diff)
downloadnixpkgs-03c98972ccb194111a2a21e34822cedabbec12fa.tar
nixpkgs-03c98972ccb194111a2a21e34822cedabbec12fa.tar.gz
nixpkgs-03c98972ccb194111a2a21e34822cedabbec12fa.tar.bz2
nixpkgs-03c98972ccb194111a2a21e34822cedabbec12fa.tar.lz
nixpkgs-03c98972ccb194111a2a21e34822cedabbec12fa.tar.xz
nixpkgs-03c98972ccb194111a2a21e34822cedabbec12fa.tar.zst
nixpkgs-03c98972ccb194111a2a21e34822cedabbec12fa.zip
cups-brother-hll2340dw: remove unreferenced top-level argument
Diffstat (limited to 'pkgs/misc/cups')
-rw-r--r--pkgs/misc/cups/drivers/hll2340dw/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/misc/cups/drivers/hll2340dw/default.nix b/pkgs/misc/cups/drivers/hll2340dw/default.nix
index 35d81b3da00..e61d3ace5f1 100644
--- a/pkgs/misc/cups/drivers/hll2340dw/default.nix
+++ b/pkgs/misc/cups/drivers/hll2340dw/default.nix
@@ -1,4 +1,6 @@
-{lib, stdenv, fetchurl, cups, dpkg, gnused, makeWrapper, ghostscript, file, a2ps, coreutils, gawk, perl, gnugrep, which}:
+{ lib, stdenv, fetchurl, cups, dpkg, gnused, makeWrapper, ghostscript, file
+, a2ps, coreutils, perl, gnugrep, which
+}:
 
 let
   version = "3.2.0-1";