mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-26 11:44:23 +00:00
rosenthal: noctalia-shell: Update to 4.7.0.
* modules/rosenthal/packages/wm.scm (noctalia-shell): Update to 4.7.0. [arguments, inputs]: Remove cava.
This commit is contained in:
parent
ef1301d03e
commit
0168423b50
@ -40,7 +40,7 @@
|
|||||||
(define-public noctalia-shell
|
(define-public noctalia-shell
|
||||||
(package
|
(package
|
||||||
(name "noctalia-shell")
|
(name "noctalia-shell")
|
||||||
(version "4.6.6")
|
(version "4.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -49,7 +49,7 @@
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"132jkz4pfs7wkx26qvdshhxl0vd3bfpxnyd2qaf8gr84b1ma9jxd"))))
|
"0qylp37xrb71c3a5fr55a5zr7ibb4nd87jkdw01l54ij15jrdqxd"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -91,7 +91,6 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%"
|
|||||||
(cut search-input-file inputs <>))
|
(cut search-input-file inputs <>))
|
||||||
'("bin/bluetoothctl"
|
'("bin/bluetoothctl"
|
||||||
"bin/brightnessctl"
|
"bin/brightnessctl"
|
||||||
"bin/cava"
|
|
||||||
"bin/cliphist"
|
"bin/cliphist"
|
||||||
"bin/convert"
|
"bin/convert"
|
||||||
"bin/ddcutil"
|
"bin/ddcutil"
|
||||||
@ -121,7 +120,6 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%"
|
|||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
bluez
|
bluez
|
||||||
brightnessctl
|
brightnessctl
|
||||||
cava
|
|
||||||
cliphist
|
cliphist
|
||||||
coreutils-minimal
|
coreutils-minimal
|
||||||
ddcutil
|
ddcutil
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user