gnu: cups-minimal: Add config to native inputs unconditionally.
* gnu/packages/cups.scm (cups-minimal) [native-inputs]: Always add config.
This commit is contained in:
parent
3bacd3c76a
commit
f14aa6d0a3
1 changed files with 2 additions and 7 deletions
|
@ -317,13 +317,8 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
|
||||||
;; to a missing font. Substitute the last observed count.
|
;; to a missing font. Substitute the last observed count.
|
||||||
(("(\\$count != )33" _ prefix)
|
(("(\\$count != )33" _ prefix)
|
||||||
(string-append prefix "39"))))))))
|
(string-append prefix "39"))))))))
|
||||||
(native-inputs
|
(native-inputs (list config pkg-config))
|
||||||
(append (if (target-riscv64?)
|
(inputs (list zlib gnutls))
|
||||||
(list config)
|
|
||||||
'())
|
|
||||||
(list pkg-config)))
|
|
||||||
(inputs
|
|
||||||
(list zlib gnutls))
|
|
||||||
(home-page "https://openprinting.github.io/cups")
|
(home-page "https://openprinting.github.io/cups")
|
||||||
(synopsis "The Common Unix Printing System")
|
(synopsis "The Common Unix Printing System")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue