mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: apparmor: Fix build.
* gnu/packages/apparmor.scm (apparmor)[arguments]: Don't refer to nonexistent 'check-build' phase. Change-Id: I2ab3c7febfcd628e9a343976df25ce34745932a6
This commit is contained in:
parent
6515a705ae
commit
e1392785d5
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ supported by Canonical since 2009.")
|
||||||
(chdir "../profiles")))
|
(chdir "../profiles")))
|
||||||
(add-after 'chdir-profiles 'build-profiles
|
(add-after 'chdir-profiles 'build-profiles
|
||||||
(assoc-ref %standard-phases 'build))
|
(assoc-ref %standard-phases 'build))
|
||||||
(add-after 'check-build 'install-profiles
|
(add-after 'build-profiles 'install-profiles
|
||||||
(assoc-ref %standard-phases 'install)))))))
|
(assoc-ref %standard-phases 'install)))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list libapparmor))
|
(list libapparmor))
|
||||||
|
|
Loading…
Add table
Reference in a new issue