mirror of
https://github.com/monero-project/monero.git
synced 2025-01-18 16:54:42 +00:00
guix: only include python-minimal in android build env
This commit is contained in:
parent
941ecefab2
commit
a203b5d096
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue