guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: CUPS: Inherit replacement from cups-minimal.


From: guix-commits
Subject: 01/08: gnu: CUPS: Inherit replacement from cups-minimal.
Date: Sun, 17 May 2020 20:00:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a6ce9e355db6842538b968603c80e2ed1013b739
Author: Marius Bakke <address@hidden>
AuthorDate: Sun May 17 18:15:20 2020 +0200

    gnu: CUPS: Inherit replacement from cups-minimal.
    
    * gnu/packages/cups.scm (cups): Use PACKAGE/INHERIT.
    [replacement]: Remove.
    (cups-2.3.3): Remove variable.
---
 gnu/packages/cups.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index f668d6c..0250f16 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]