diff --git a/guix/build-system/android-ndk.scm b/guix/build-system/android-ndk.scm index fa8b1e2f12..d33e1b4830 100644 --- a/guix/build-system/android-ndk.scm +++ b/guix/build-system/android-ndk.scm @@ -64,8 +64,9 @@ (define builder #:phases #$phases #:make-flags (cons* "-f" - #$(file-append (car (assoc-ref inputs - "android-build")) + #$(file-append (gexp-input-thing + (car (assoc-ref inputs + "android-build"))) "/share/android/build/core/main.mk") #$make-flags) #:outputs #$(outputs->gexp outputs)