mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: i3status-rust: Remove some inputs.
* gnu/packages/rust-apps.scm (i3status-rust)[inputs]: Remove coreutils, curl, ibus, xdg-utils, zlib. Change-Id: I5466d369158be437ae545faa7a3dc4fc08902fb4
This commit is contained in:
parent
b8711c4b9d
commit
e9704f0a1f
1 changed files with 2 additions and 8 deletions
|
@ -880,8 +880,7 @@ characters, ASCII whitespace characters, other ASCII characters and non-ASCII.")
|
||||||
(lambda (input)
|
(lambda (input)
|
||||||
(string-append
|
(string-append
|
||||||
(assoc-ref inputs input) "/bin"))
|
(assoc-ref inputs input) "/bin"))
|
||||||
'("coreutils" "curl" "ibus" "iproute2" "kdeconnect"
|
'("iproute2" "kdeconnect"))))
|
||||||
"xdg-utils" "zlib"))))
|
|
||||||
(wrap-program (string-append out "/bin/i3status-rs")
|
(wrap-program (string-append out "/bin/i3status-rs")
|
||||||
`("PATH" prefix ,paths))))))))
|
`("PATH" prefix ,paths))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -889,10 +888,7 @@ characters, ASCII whitespace characters, other ASCII characters and non-ASCII.")
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-utils
|
(list alsa-utils
|
||||||
bash-minimal
|
bash-minimal
|
||||||
coreutils
|
|
||||||
curl
|
|
||||||
dbus
|
dbus
|
||||||
ibus
|
|
||||||
iproute
|
iproute
|
||||||
kdeconnect
|
kdeconnect
|
||||||
(list lm-sensors "lib")
|
(list lm-sensors "lib")
|
||||||
|
@ -900,9 +896,7 @@ characters, ASCII whitespace characters, other ASCII characters and non-ASCII.")
|
||||||
openssl
|
openssl
|
||||||
setxkbmap
|
setxkbmap
|
||||||
speedtest-cli
|
speedtest-cli
|
||||||
xdg-utils
|
xrandr))
|
||||||
xrandr
|
|
||||||
zlib))
|
|
||||||
(home-page "https://github.com/greshake/i3status-rust/")
|
(home-page "https://github.com/greshake/i3status-rust/")
|
||||||
(synopsis "Replacement for i3status, written in Rust")
|
(synopsis "Replacement for i3status, written in Rust")
|
||||||
(description "@code{i3status-rs} is a feature-rich and resource-friendly
|
(description "@code{i3status-rs} is a feature-rich and resource-friendly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue