gnu: CUPS: Inherit replacement from cups-minimal.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 17 May 2020 16:15:20 +0000 (18:15 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 17 May 2020 23:59:18 +0000 (01:59 +0200)
* gnu/packages/cups.scm (cups): Use PACKAGE/INHERIT.
[replacement]: Remove.
(cups-2.3.3): Remove variable.

gnu/packages/cups.scm

index f668d6c..0250f16 100644 (file)
@@ -264,8 +264,7 @@ device-specific programs to convert and print many types of files.")
          "1vpk0b2vq830f8fvf9z8qjsm5k141i7pi8djbinpnr78pi4dj7r6"))))))
 
 (define-public cups
-  (package (inherit cups-minimal)
-    (replacement cups-2.3.3)
+  (package/inherit cups-minimal
     (name "cups")
     (arguments
      `(;; Three tests fail:
@@ -407,12 +406,6 @@ device-specific programs to convert and print many types of files.")
        ("cups-filters" ,cups-filters)
        ("zlib"  ,zlib)))))
 
-(define-public cups-2.3.3
-  (package
-    (inherit cups)
-    (version "2.3.3")
-    (source (package-source cups-minimal-2.3.3))))
-
 (define-public cups-pk-helper
   (package
     (name "cups-pk-helper")