1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Josselin Poiret
2024-03-08 13:04:35 +01:00
committed by Ludovic Courtès
parent 04a92e730e
commit 9236bc7b71

View File

@@ -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"