mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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"))))))
|
"1vpk0b2vq830f8fvf9z8qjsm5k141i7pi8djbinpnr78pi4dj7r6"))))))
|
||||||
|
|
||||||
(define-public cups
|
(define-public cups
|
||||||
(package (inherit cups-minimal)
|
(package/inherit cups-minimal
|
||||||
(replacement cups-2.3.3)
|
|
||||||
(name "cups")
|
(name "cups")
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Three tests fail:
|
`(;; Three tests fail:
|
||||||
|
@ -407,12 +406,6 @@ (define-public cups
|
||||||
("cups-filters" ,cups-filters)
|
("cups-filters" ,cups-filters)
|
||||||
("zlib" ,zlib)))))
|
("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
|
(define-public cups-pk-helper
|
||||||
(package
|
(package
|
||||||
(name "cups-pk-helper")
|
(name "cups-pk-helper")
|
||||||
|
|
Loading…
Reference in a new issue