mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 01:21:28 +09:00
guix: remove libtool & python from darwin build env
This commit is contained in:
parent
6bb36309d6
commit
0d1cf8f550
@ -1,5 +1,4 @@
|
|||||||
(use-modules (gnu packages)
|
(use-modules (gnu packages)
|
||||||
((gnu packages autotools) #:select (libtool))
|
|
||||||
(gnu packages bash)
|
(gnu packages bash)
|
||||||
((gnu packages cmake) #:select (cmake-minimal))
|
((gnu packages cmake) #:select (cmake-minimal))
|
||||||
(gnu packages commencement)
|
(gnu packages commencement)
|
||||||
@ -12,7 +11,6 @@
|
|||||||
(gnu packages mingw)
|
(gnu packages mingw)
|
||||||
(gnu packages perl)
|
(gnu packages perl)
|
||||||
(gnu packages pkg-config)
|
(gnu packages pkg-config)
|
||||||
((gnu packages python) #:select (python-minimal))
|
|
||||||
((gnu packages version-control) #:select (git-minimal))
|
((gnu packages version-control) #:select (git-minimal))
|
||||||
(guix build-system gnu)
|
(guix build-system gnu)
|
||||||
(guix build-system trivial)
|
(guix build-system trivial)
|
||||||
@ -293,8 +291,6 @@ chain for " target " development."))
|
|||||||
(list gcc-toolchain-12 "static")))
|
(list gcc-toolchain-12 "static")))
|
||||||
((string-contains target "darwin")
|
((string-contains target "darwin")
|
||||||
(list
|
(list
|
||||||
libtool
|
|
||||||
python-minimal ; required to build libtapi in depends
|
|
||||||
gcc-toolchain-12
|
gcc-toolchain-12
|
||||||
clang-toolchain-18
|
clang-toolchain-18
|
||||||
lld-18
|
lld-18
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user