mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: swayrbar: Remove #:cargo-inputs.
* gnu/packages/rust-apps.scm (swayrbar)[inputs]: Use ‘cargo-inputs’. [arguments]: Remove #:cargo-inputs. * gnu/packages/rust-crates.scm (lookup-cargo-inputs)[swayrbar]: New entry. Change-Id: Ic89f89a4773069c0021aad1e48ac44e2ab44da57
This commit is contained in:
parent
a9e1fb7d42
commit
17fbf4c6da
2 changed files with 148 additions and 16 deletions
|
@ -3212,22 +3212,8 @@ daemon which executes them.")
|
|||
(arguments
|
||||
`(#:cargo-test-flags '("--release" "--"
|
||||
"--skip=config::test_load_swayrbar_config")
|
||||
#:install-source? #f
|
||||
#:cargo-inputs (("rust-battery" ,rust-battery-0.7)
|
||||
("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-clap" ,rust-clap-4)
|
||||
("rust-directories" ,rust-directories-5)
|
||||
("rust-env-logger" ,rust-env-logger-0.11)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-rt-format" ,rust-rt-format-0.3)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-swaybar-types" ,rust-swaybar-types-3)
|
||||
("rust-swayipc" ,rust-swayipc-3)
|
||||
("rust-sysinfo" ,rust-sysinfo-0.31)
|
||||
("rust-toml" ,rust-toml-0.8))))
|
||||
#:install-source? #f))
|
||||
(inputs (cargo-inputs 'swayrbar))
|
||||
(home-page "https://sr.ht/~tsdh/swayr/#swayrbar")
|
||||
(synopsis "Swaybar-protocol implementation for sway/swaybar")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue