mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
ae1ac8de4a
commit
028959236d
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ (define-public python-sepolgen
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue