mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-12 21:04:22 +00:00
rosenthal: noctalia-shell: Reduce package output size.
* modules/rosenthal/packages/wm.scm (noctalia-shell) [arguments]: Remove screenshots.
This commit is contained in:
parent
4ea2afff4c
commit
3f4d109963
@ -69,6 +69,9 @@
|
|||||||
(substitute* "Services/Power/IdleInhibitorService.qml"
|
(substitute* "Services/Power/IdleInhibitorService.qml"
|
||||||
(("systemd-inhibit")
|
(("systemd-inhibit")
|
||||||
(search-input-file inputs "bin/elogind-inhibit")))))
|
(search-input-file inputs "bin/elogind-inhibit")))))
|
||||||
|
(add-after 'unpack 'reduce-output-size
|
||||||
|
(lambda _
|
||||||
|
(delete-file-recursively "Assets/Screenshots")))
|
||||||
(add-after 'install 'make-wrapper
|
(add-after 'install 'make-wrapper
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(let ((script "noctalia-shell"))
|
(let ((script "noctalia-shell"))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user