guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: cups-minimal: Add config to native inp


From: guix-commits
Subject: branch core-updates updated: gnu: cups-minimal: Add config to native inputs unconditionally.
Date: Fri, 14 Apr 2023 20:43:29 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new f14aa6d0a3 gnu: cups-minimal: Add config to native inputs 
unconditionally.
f14aa6d0a3 is described below

commit f14aa6d0a360c6347dd40eb8877f28cbb41bc5f3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 14 20:41:18 2023 -0400

    gnu: cups-minimal: Add config to native inputs unconditionally.
    
    * gnu/packages/cups.scm (cups-minimal) [native-inputs]: Always add config.
---
 gnu/packages/cups.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index beeb05c50d..1a54156769 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -317,13 +317,8 @@ filters for the PDF-centric printing workflow introduced 
by OpenPrinting.")
                      ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]