about summary refs log tree commit diff
path: root/pkgs/misc/cups/default.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-12-05 18:31:21 -0600
committerWill Dietz <w@wdtz.org>2018-12-20 10:43:36 -0600
commitec040d9b2206e60e1dc86dbfab3b1942490f3c48 (patch)
treeddb8c9be3ccd2359fa9c79326bb8522474af3081 /pkgs/misc/cups/default.nix
parent8fcabc9ee66dc0a7f17c647667fc47155383ec9b (diff)
downloadnixlib-ec040d9b2206e60e1dc86dbfab3b1942490f3c48.tar
nixlib-ec040d9b2206e60e1dc86dbfab3b1942490f3c48.tar.gz
nixlib-ec040d9b2206e60e1dc86dbfab3b1942490f3c48.tar.bz2
nixlib-ec040d9b2206e60e1dc86dbfab3b1942490f3c48.tar.lz
nixlib-ec040d9b2206e60e1dc86dbfab3b1942490f3c48.tar.xz
nixlib-ec040d9b2206e60e1dc86dbfab3b1942490f3c48.tar.zst
nixlib-ec040d9b2206e60e1dc86dbfab3b1942490f3c48.zip
cups: drop patches
(cherry picked from commit 085a74cb42074384958c23bd762af589da570042)
Diffstat (limited to 'pkgs/misc/cups/default.nix')
-rw-r--r--pkgs/misc/cups/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/misc/cups/default.nix b/pkgs/misc/cups/default.nix
index df2d94c1f898..e3649bb821b3 100644
--- a/pkgs/misc/cups/default.nix
+++ b/pkgs/misc/cups/default.nix
@@ -21,16 +21,6 @@ stdenv.mkDerivation rec {
 
   outputs = [ "out" "lib" "dev" "man" ];
 
-  patches = [
-    (fetchpatch {
-      name = "cups"; # weird name to avoid change (for now)
-      url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/cups-systemd-socket.patch"
-          + "?h=packages/cups&id=41fefa22ac518";
-      sha256 = "1ddgdlg9s0l2ph6l8lx1m1lx6k50gyxqi3qiwr44ppq1rxs80ny5";
-    })
-    ./cups-clean-dirty.patch
-  ];
-
   postPatch = ''
     substituteInPlace cups/testfile.c \
       --replace 'cupsFileFind("cat", "/bin' 'cupsFileFind("cat", "${coreutils}/bin'