mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: CUPS: Inherit replacement from cups-minimal.
* gnu/packages/cups.scm (cups): Use PACKAGE/INHERIT. [replacement]: Remove. (cups-2.3.3): Remove variable.
This commit is contained in:
parent
ec944bdde9
commit
a6ce9e355d
1 changed files with 1 additions and 8 deletions
|
@ -264,8 +264,7 @@ (define-public cups-minimal-2.3.3
|
|||
"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 @@ (define-public cups
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue