gnu: libselinux: Propagate libsepol and pcre.
Both libsepol and pcre required by libselinux.pc. * gnu/packages/selinux.scm (libselinux)[inputs]: Move libsepol and pcre... [propagated-inputs]: ...here.
This commit is contained in:
parent
4dbef2397f
commit
9ffc1f0e95
|
@ -157,11 +157,13 @@ module into a binary representation.")
|
||||||
(add-after 'install 'install-pywrap
|
(add-after 'install 'install-pywrap
|
||||||
(lambda* (#:key make-flags #:allow-other-keys)
|
(lambda* (#:key make-flags #:allow-other-keys)
|
||||||
(zero? (apply system* "make" "install-pywrap" make-flags))))))))
|
(zero? (apply system* "make" "install-pywrap" make-flags))))))))
|
||||||
(inputs
|
;; These libraries are in "Requires.private" in libselinux.pc.
|
||||||
|
(propagated-inputs
|
||||||
`(("libsepol" ,libsepol)
|
`(("libsepol" ,libsepol)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)))
|
||||||
;; For pywrap phase
|
;; For pywrap phase
|
||||||
("python" ,python-wrapper)))
|
(inputs
|
||||||
|
`(("python" ,python-wrapper)))
|
||||||
;; These inputs are only needed for the pywrap phase.
|
;; These inputs are only needed for the pywrap phase.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("swig" ,swig)
|
`(("swig" ,swig)
|
||||||
|
|
Loading…
Reference in New Issue