guix-commits
[Top][All Lists]
Advanced

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

55/63: gnu: python-sepolgen: Import the correct set of modules.


From: guix-commits
Subject: 55/63: gnu: python-sepolgen: Import the correct set of modules.
Date: Thu, 19 Oct 2023 00:04:01 -0400 (EDT)

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

commit def01c82d9f0e4f61e83a1ecfc3475c16e21fb82
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 12:07:09 2023 -0400

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

diff --git a/gnu/packages/selinux.scm b/gnu/packages/selinux.scm
index 6b41fbc5de..40be497178 100644
--- a/gnu/packages/selinux.scm
+++ b/gnu/packages/selinux.scm
@@ -251,7 +251,7 @@ binary policies.")
     (name "python-sepolgen")
     (arguments
      (substitute-keyword-arguments (package-arguments libsepol)
-       ((#:modules _ #~%default-gnu-imported-modules)
+       ((#:modules _ #~%default-gnu-modules)
         '((srfi srfi-1)
           (guix build gnu-build-system)
           (guix build utils)))



reply via email to

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