guix: only include python-minimal in android build env

This commit is contained in:
tobtoht 2024-12-24 20:33:58 +01:00
parent 941ecefab2
commit a203b5d096
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -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