guix-commits
[Top][All Lists]
Advanced

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

10/63: gnu: splix: Import the correct set of modules.


From: guix-commits
Subject: 10/63: gnu: splix: Import the correct set of modules.
Date: Thu, 19 Oct 2023 00:03:49 -0400 (EDT)

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

commit 6aac493ec2f4d77b856507934b3d3d28c79ded95
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 11:30:14 2023 -0400

    gnu: splix: Import the correct set of modules.
    
    * gnu/packages/cups.scm (splix) [arguments]
    <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
    
    Change-Id: Id510a57db2bd6cabb3fcbd0d1dd6c55ed65b6219
---
 gnu/packages/cups.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index af15372a00..12fd26e7ba 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -941,7 +941,7 @@ language.")
       (arguments
        `(#:modules
          ((srfi srfi-26)
-          ,@%default-gnu-imported-modules)
+          ,@%default-gnu-modules)
          #:make-flags
          (list (string-append "CUPSDRV="
                               (assoc-ref %outputs "out") "/share/cups/drv")



reply via email to

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