mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-public apparmor
|
|||
(chdir "../profiles")))
|
||||
(add-after 'chdir-profiles 'build-profiles
|
||||
(assoc-ref %standard-phases 'build))
|
||||
(add-after 'check-build 'install-profiles
|
||||
(add-after 'build-profiles 'install-profiles
|
||||
(assoc-ref %standard-phases 'install)))))))
|
||||
(propagated-inputs
|
||||
(list libapparmor))
|
||||
|
|
Loading…
Reference in a new issue