mirror of
https://github.com/monero-project/monero.git
synced 2025-02-23 18:21:33 +02:00
guix: add rust
This commit is contained in:
parent
13002ddd4b
commit
540ff85cd5
@ -18,6 +18,7 @@
|
|||||||
(gnu packages perl)
|
(gnu packages perl)
|
||||||
(gnu packages pkg-config)
|
(gnu packages pkg-config)
|
||||||
((gnu packages python) #:select (python-minimal))
|
((gnu packages python) #:select (python-minimal))
|
||||||
|
(gnu packages rust)
|
||||||
((gnu packages tls) #:select (openssl))
|
((gnu packages tls) #:select (openssl))
|
||||||
((gnu packages version-control) #:select (git-minimal))
|
((gnu packages version-control) #:select (git-minimal))
|
||||||
(guix build-system gnu)
|
(guix build-system gnu)
|
||||||
@ -273,6 +274,8 @@ chain for " target " development."))
|
|||||||
libtool
|
libtool
|
||||||
pkg-config
|
pkg-config
|
||||||
cmake-minimal
|
cmake-minimal
|
||||||
|
rust
|
||||||
|
(list rust "cargo")
|
||||||
|
|
||||||
;; Scripting
|
;; Scripting
|
||||||
perl ; required to build openssl in depends
|
perl ; required to build openssl in depends
|
||||||
|
Loading…
Reference in New Issue
Block a user