guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: android: Export android-platform-system-core.


From: guix-commits
Subject: 02/02: gnu: android: Export android-platform-system-core.
Date: Fri, 7 Aug 2020 04:22:53 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 7105487875197f7e493b5a9cdce0746542ba4568
Author: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
AuthorDate: Fri Aug 7 04:10:27 2020 +0200

    gnu: android: Export android-platform-system-core.
    
    * gnu/packages/android.scm (android-platform-system-core): Export it.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/android.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 8a094d0..544a65d 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -128,7 +128,7 @@ use their packages mostly unmodified in our Android NDK 
build system.")
 ;; The version tag is consistent between all repositories.
 (define-public (android-platform-version) "7.1.2_r36")
 
-(define (android-platform-system-core version)
+(define-public (android-platform-system-core version)
   (origin
     (method git-fetch)
     (uri (git-reference



reply via email to

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