guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: android: Export android-platform-version.


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

mothacehe pushed a commit to branch master
in repository guix.

commit 0c46e1b510bfca6b0a46eb3210da54431c0b6615
Author: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
AuthorDate: Fri Aug 7 04:10:26 2020 +0200

    gnu: android: Export android-platform-version.
    
    * gnu/packages/android.scm (android-platform-version): 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 f7f3aca..8a094d0 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -126,7 +126,7 @@ use their packages mostly unmodified in our Android NDK 
build system.")
 ;; Big thanks to them for laying the groundwork.
 
 ;; The version tag is consistent between all repositories.
-(define (android-platform-version) "7.1.2_r36")
+(define-public (android-platform-version) "7.1.2_r36")
 
 (define (android-platform-system-core version)
   (origin



reply via email to

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