about summary refs log tree commit diff
path: root/pkgs/servers/varnish
diff options
context:
space:
mode:
authorSigmanificient <edhyjox@gmail.com>2024-05-25 16:04:25 +0200
committerSigmanificient <edhyjox@gmail.com>2024-06-04 12:40:25 +0200
commitd48a9bb622abeb8a6eef6ed167512fa75ed03536 (patch)
treeb61499622d11a374dd18d120b26d1ce702c73b2d /pkgs/servers/varnish
parent3e1b36a7403a800db3d7072d9acb1c953aa9d520 (diff)
treewide: remove unused fetchpatch arguments
Diffstat (limited to 'pkgs/servers/varnish')
-rw-r--r--pkgs/servers/varnish/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/varnish/default.nix b/pkgs/servers/varnish/default.nix
index 5327f4edb19ee..ddc190a2887a3 100644
--- a/pkgs/servers/varnish/default.nix
+++ b/pkgs/servers/varnish/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, fetchpatch, pcre, pcre2, jemalloc, libunwind, libxslt, groff, ncurses, pkg-config, readline, libedit
+{ lib, stdenv, fetchurl, pcre, pcre2, jemalloc, libunwind, libxslt, groff, ncurses, pkg-config, readline, libedit
 , coreutils, python3, makeWrapper, nixosTests }:
 
 let