guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: build-system/android-ndk: Fix reference to "android-build".


From: guix-commits
Subject: 01/04: build-system/android-ndk: Fix reference to "android-build".
Date: Thu, 1 Apr 2021 16:20:18 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 0fd107d86dae686e10fc43c8f92a847fc9fb06e1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Apr 1 21:57:42 2021 +0200

    build-system/android-ndk: Fix reference to "android-build".
    
    Regression introduced in 7d873f194ca69d6096d28d7a224ab78e83e34fe1.
    
    * guix/build-system/android-ndk.scm (android-ndk-build): Call
    'gexp-input-thing' on the item taken from INPUTS.
---
 guix/build-system/android-ndk.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/guix/build-system/android-ndk.scm 
b/guix/build-system/android-ndk.scm
index fa8b1e2..d33e1b4 100644
--- a/guix/build-system/android-ndk.scm
+++ b/guix/build-system/android-ndk.scm
@@ -64,8 +64,9 @@
                              #: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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]