mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public cups-minimal
|
|||
;; to a missing font. Substitute the last observed count.
|
||||
(("(\\$count != )33" _ prefix)
|
||||
(string-append prefix "39"))))))))
|
||||
(native-inputs
|
||||
(append (if (target-riscv64?)
|
||||
(list config)
|
||||
'())
|
||||
(list pkg-config)))
|
||||
(inputs
|
||||
(list zlib gnutls))
|
||||
(native-inputs (list config pkg-config))
|
||||
(inputs (list zlib gnutls))
|
||||
(home-page "https://openprinting.github.io/cups")
|
||||
(synopsis "The Common Unix Printing System")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue