mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define* (substitute-command-block* file command full-command)
|
|||
(lambda (input)
|
||||
(string-append
|
||||
(assoc-ref inputs input) "/bin"))
|
||||
'("coreutils" "curl" "ibus" "iproute2" "kdeconnect"
|
||||
"xdg-utils" "zlib"))))
|
||||
'("iproute2" "kdeconnect"))))
|
||||
(wrap-program (string-append out "/bin/i3status-rs")
|
||||
`("PATH" prefix ,paths))))))))
|
||||
(native-inputs
|
||||
|
@ -889,10 +888,7 @@ (define* (substitute-command-block* file command full-command)
|
|||
(inputs
|
||||
(list alsa-utils
|
||||
bash-minimal
|
||||
coreutils
|
||||
curl
|
||||
dbus
|
||||
ibus
|
||||
iproute
|
||||
kdeconnect
|
||||
(list lm-sensors "lib")
|
||||
|
@ -900,9 +896,7 @@ (define* (substitute-command-block* file command full-command)
|
|||
openssl
|
||||
setxkbmap
|
||||
speedtest-cli
|
||||
xdg-utils
|
||||
xrandr
|
||||
zlib))
|
||||
xrandr))
|
||||
(home-page "https://github.com/greshake/i3status-rust/")
|
||||
(synopsis "Replacement for i3status, written in Rust")
|
||||
(description "@code{i3status-rs} is a feature-rich and resource-friendly
|
||||
|
|
Loading…
Reference in a new issue