Skip to content

Commit

Permalink
guix: only include python-minimal in android build env
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Dec 24, 2024
1 parent 941ecef commit a203b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a203b5d

Please sign in to comment.