mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
gnu: rabbitmqadmin: Use current rust.
* gnu/packages/rust-apps.scm (rabbitmqadmin)[arguments]: Remove rust keyword. Change-Id: I02cd3d0fd560f70a9c9b91e3835c8c632b433c25
This commit is contained in:
committed by
Andreas Enge
parent
b916611fa7
commit
85ae0dc1bf
@@ -4079,8 +4079,7 @@ minimum contrast levels, and more.")
|
||||
(base32 "04czi8s6nflvp1n2p1fl2wk6jqi0gsi7j52m4dnr6hvzf1mcn91n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:rust rust-1.88
|
||||
#:tests? #f ;Tests require local instance of RabbitMQ broker.
|
||||
(list #:tests? #f ;Tests require local instance of RabbitMQ broker.
|
||||
#:install-source? #f))
|
||||
(inputs (cons* mimalloc openssl (cargo-inputs 'rabbitmqadmin)))
|
||||
(home-page "https://www.rabbitmq.com/docs/management-cli")
|
||||
|
||||
Reference in New Issue
Block a user