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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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