mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: android-libselinux: Fix inexistant phase name.
* gnu/packages/android.scm (android-libselinux): Fix inexistant phase name. Change-Id: Ia0afb0d4ef9cf05300366db3a5d5c0e6657450f4
This commit is contained in:
parent
04a92e730e
commit
9236bc7b71
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ (define-public android-libselinux
|
|||
"LDFLAGS=-L . -lpcre")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack-core 'patch-HOST
|
||||
(add-after 'unpack 'patch-HOST
|
||||
(lambda _
|
||||
;; gettid duplicates otherwise.
|
||||
(substitute* "src/procattr.c"
|
||||
|
|
Loading…
Reference in a new issue