diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index b6f37732b4..11e05dced9 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -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"