mirror of
https://github.com/monero-project/monero.git
synced 2026-01-11 02:41:03 -05:00
guix: remove libtool & python from darwin build env
This commit is contained in:
parent
6bb36309d6
commit
0d1cf8f550
1 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
(use-modules (gnu packages)
|
||||
((gnu packages autotools) #:select (libtool))
|
||||
(gnu packages bash)
|
||||
((gnu packages cmake) #:select (cmake-minimal))
|
||||
(gnu packages commencement)
|
||||
|
|
@ -12,7 +11,6 @@
|
|||
(gnu packages mingw)
|
||||
(gnu packages perl)
|
||||
(gnu packages pkg-config)
|
||||
((gnu packages python) #:select (python-minimal))
|
||||
((gnu packages version-control) #:select (git-minimal))
|
||||
(guix build-system gnu)
|
||||
(guix build-system trivial)
|
||||
|
|
@ -293,8 +291,6 @@ chain for " target " development."))
|
|||
(list gcc-toolchain-12 "static")))
|
||||
((string-contains target "darwin")
|
||||
(list
|
||||
libtool
|
||||
python-minimal ; required to build libtapi in depends
|
||||
gcc-toolchain-12
|
||||
clang-toolchain-18
|
||||
lld-18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue