mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-05 01:15:14 +00:00
rosenthal: noctalia-shell: Update to 4.4.3.
* modules/rosenthal/packages/wm.scm (noctalia-shell): Update to 4.4.3. [inputs]: Add khal. * modules/rosenthal/examples/noctalia-shell/shell-state.json: Update version.
This commit is contained in:
parent
f099cec7d4
commit
b351250a90
@ -1,6 +1,6 @@
|
||||
{
|
||||
"changelogState": {
|
||||
"lastSeenVersion": "v4.4.0"
|
||||
"lastSeenVersion": "v4.4.3"
|
||||
},
|
||||
"telemetry": {
|
||||
"instanceId": ""
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
#:use-module (gnu packages audio)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages calendar)
|
||||
#:use-module (gnu packages fontutils)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages gl)
|
||||
@ -37,7 +38,7 @@
|
||||
(define-public noctalia-shell
|
||||
(package
|
||||
(name "noctalia-shell")
|
||||
(version "4.4.0")
|
||||
(version "4.4.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -46,7 +47,7 @@
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p0gp8sqmv4xd696nrhbiln61wkgiyzyz7kjbqx6fs9kqc3i0wyf"))))
|
||||
"1bcllxzpc3viyxizv9qqckbzxgsgsdki8pp60cns4nwzk89q4yp4"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@ -94,6 +95,7 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%"
|
||||
"bin/getent"
|
||||
"bin/git"
|
||||
"bin/grep"
|
||||
"bin/khal"
|
||||
"bin/ls"
|
||||
"bin/nmcli"
|
||||
"bin/python3"
|
||||
@ -125,6 +127,7 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%"
|
||||
grep
|
||||
guile-3.0
|
||||
imagemagick
|
||||
khal
|
||||
network-manager
|
||||
python-minimal
|
||||
qtbase
|
||||
|
||||
Loading…
Reference in New Issue
Block a user