mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-20 04:54:34 +00:00
Compare commits
No commits in common. "3c08ac71789b5139d8cf59b337d9a9af35588560" and "6db17fbcbe56b1bb298dd1d8364f500b9c9e806a" have entirely different histories.
3c08ac7178
...
6db17fbcbe
@ -73,7 +73,6 @@ the user to manage services with dependencies and parallel startup.")
|
|||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ifreund/dumb_runtime_dir")
|
(url "https://github.com/ifreund/dumb_runtime_dir")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nrxhvbh3bs4pi4f5h03zw1p1ys19qmmlx263ysly8302wkxk1m4"))))
|
"0nrxhvbh3bs4pi4f5h03zw1p1ys19qmmlx263ysly8302wkxk1m4"))))
|
||||||
|
@ -170,9 +170,6 @@ extensions, such as @code{wlr-protocols} and @code{plasma-wayland-protocols}.")
|
|||||||
(setenv "XDG_RUNTIME_DIR" "/tmp")))
|
(setenv "XDG_RUNTIME_DIR" "/tmp")))
|
||||||
(add-after 'install 'install-extras
|
(add-after 'install 'install-extras
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "resources/niri.desktop"
|
|
||||||
(("niri-session")
|
|
||||||
(string-append #$output "/bin/niri --session")))
|
|
||||||
(install-file
|
(install-file
|
||||||
"resources/niri.desktop"
|
"resources/niri.desktop"
|
||||||
(in-vicinity #$output "share/wayland-sessions"))
|
(in-vicinity #$output "share/wayland-sessions"))
|
||||||
|
Loading…
Reference in New Issue
Block a user