mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ that is safe to use for user space. It also includes
|
|||
"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…
Add table
Add a link
Reference in a new issue