mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: cups: Don't set #:tests? to #:true.
* gnu/packages/cups.scm (cups)[arguments]: Rewrite to strip the #:tests? argument from the inherited package.
This commit is contained in:
@@ -354,9 +354,10 @@ applications''. These must be installed separately.")
|
|||||||
(package/inherit cups-minimal
|
(package/inherit cups-minimal
|
||||||
(name "cups")
|
(name "cups")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments cups-minimal)
|
(substitute-keyword-arguments
|
||||||
((#:tests? _ #t)
|
(strip-keyword-arguments
|
||||||
#t)
|
'(#:tests?)
|
||||||
|
(package-arguments cups-minimal))
|
||||||
((#:configure-flags flags #~'())
|
((#:configure-flags flags #~'())
|
||||||
#~(append #$flags
|
#~(append #$flags
|
||||||
(list "--with-languages=all"))) ; no ‘=all’ means none(!)
|
(list "--with-languages=all"))) ; no ‘=all’ means none(!)
|
||||||
|
|||||||
Reference in New Issue
Block a user