mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 13:10:33 +02:00
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
This commit is contained in:
committed by
Ludovic Courtès
parent
ae1ac8de4a
commit
028959236d
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user