gnu: policycoreutils: Remove input labels.
* gnu/packages/selinux.scm (policycoreutils)[native-inputs, inputs]: Remove labels.
This commit is contained in:
parent
46bb84bb57
commit
c6e3f4eb5a
1 changed files with 6 additions and 6 deletions
|
@ -391,13 +391,13 @@ tools, and libraries designed to facilitate SELinux policy analysis.")
|
||||||
(("/usr(/include/libaudit.h)" _ file)
|
(("/usr(/include/libaudit.h)" _ file)
|
||||||
(search-input-file inputs file))))))))
|
(search-input-file inputs file))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("audit" ,audit)
|
(list audit
|
||||||
("pam" ,linux-pam)
|
linux-pam
|
||||||
("libsepol" ,libsepol)
|
libsepol
|
||||||
("libselinux" ,libselinux)
|
libselinux
|
||||||
("libsemanage" ,libsemanage)))
|
libsemanage))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)))
|
(list gettext-minimal))
|
||||||
(synopsis "SELinux core utilities")
|
(synopsis "SELinux core utilities")
|
||||||
(description "The policycoreutils package contains the core utilities that
|
(description "The policycoreutils package contains the core utilities that
|
||||||
are required for the basic operation of an SELinux-enabled GNU system and its
|
are required for the basic operation of an SELinux-enabled GNU system and its
|
||||||
|
|
Reference in a new issue