mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: swaysome: Remove #:cargo-inputs.
* gnu/packages/rust-apps.scm (swaysome)[inputs]: Use ‘cargo-inputs’. [arguments]: Remove #:cargo-inputs. * gnu/packages/rust-crates.scm (lookup-cargo-inputs)[swaysome]: New entry. Change-Id: I9c94538b45e3759619b004cce63af9f4ddafaf03
This commit is contained in:
parent
17fbf4c6da
commit
603c85f2c7
2 changed files with 38 additions and 4 deletions
|
@ -3234,10 +3234,6 @@ daemon which executes them.")
|
|||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:install-source? #f
|
||||
#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-clap" ,rust-clap-4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'install-more
|
||||
|
@ -3245,6 +3241,7 @@ daemon which executes them.")
|
|||
(let* ((out (assoc-ref outputs "out"))
|
||||
(man1 (string-append out "/share/man/man1")))
|
||||
(install-file "swaysome.1" man1)))))))
|
||||
(inputs (cargo-inputs 'swaysome))
|
||||
(home-page "https://gitlab.com/hyask/swaysome")
|
||||
(synopsis "Manage your multiple outputs with the sway window manager")
|
||||
(description
|
||||
|
|
|
@ -36683,6 +36683,43 @@
|
|||
rust-windows-x86-64-msvc-0.48.5
|
||||
rust-windows-x86-64-msvc-0.52.6
|
||||
rust-winnow-0.7.6))
|
||||
(swaysome =>
|
||||
(list rust-anstream-0.6.18
|
||||
rust-anstyle-1.0.10
|
||||
rust-anstyle-parse-0.2.6
|
||||
rust-anstyle-query-1.1.2
|
||||
rust-anstyle-wincon-3.0.7
|
||||
rust-byteorder-1.5.0
|
||||
rust-clap-4.5.37
|
||||
rust-clap-builder-4.5.37
|
||||
rust-clap-derive-4.5.32
|
||||
rust-clap-lex-0.7.4
|
||||
rust-colorchoice-1.0.3
|
||||
rust-heck-0.5.0
|
||||
rust-is-terminal-polyfill-1.70.1
|
||||
rust-itoa-1.0.15
|
||||
rust-memchr-2.7.4
|
||||
rust-once-cell-1.21.3
|
||||
rust-proc-macro2-1.0.95
|
||||
rust-quote-1.0.40
|
||||
rust-ryu-1.0.20
|
||||
rust-serde-1.0.219
|
||||
rust-serde-derive-1.0.219
|
||||
rust-serde-json-1.0.140
|
||||
rust-strsim-0.11.1
|
||||
rust-syn-2.0.100
|
||||
rust-unicode-ident-1.0.18
|
||||
rust-utf8parse-0.2.2
|
||||
rust-windows-sys-0.59.0
|
||||
rust-windows-targets-0.52.6
|
||||
rust-windows-aarch64-gnullvm-0.52.6
|
||||
rust-windows-aarch64-msvc-0.52.6
|
||||
rust-windows-i686-gnu-0.52.6
|
||||
rust-windows-i686-gnullvm-0.52.6
|
||||
rust-windows-i686-msvc-0.52.6
|
||||
rust-windows-x86-64-gnu-0.52.6
|
||||
rust-windows-x86-64-gnullvm-0.52.6
|
||||
rust-windows-x86-64-msvc-0.52.6))
|
||||
(swww =>
|
||||
(list rust-adler2-2.0.0
|
||||
rust-aho-corasick-1.1.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue