From a203b5d0967e8f9881b052bbf75a8f532b9d0011 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 24 Dec 2024 20:33:58 +0100 Subject: [PATCH] guix: only include python-minimal in android build env --- contrib/guix/manifest.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 301459c4d..04fbfed7e 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -280,7 +280,6 @@ chain for " target " development.")) ;; Scripting perl ; required to build openssl in depends - python-minimal ; required to build monero (cmake/CheckTrezor.cmake) and in android_ndk ;; Git git-minimal ; used to create the release source archive @@ -303,7 +302,8 @@ chain for " target " development.")) ((string-contains target "android") (list gcc-toolchain-12 - (list gcc-toolchain-12 "static"))) + (list gcc-toolchain-12 "static") + python-minimal)) ; required for the android_ndk ((string-contains target "darwin") (list gcc-toolchain-10