Message ID | 20200807021027.21817-1-GNUtoo@cyberdimension.org |
---|---|
State | Accepted |
Headers | show |
Series | [bug#42734,1/2] gnu: android: Export android-platform-version. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
Hello Denis, > ;; 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") We could turn this procedure into a variable. Anyway, pushed those two patches, Thanks, Mathieu
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index f7f3aca4a2..8a094d0827 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
* gnu/packages/android.scm (android-platform-version): Export it. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> --- gnu/packages/android.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)