Fix niri
This commit is contained in:
parent
93dbc1385b
commit
6ded8a8e61
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ src_unpack() {
|
|||
|
||||
src_prepare() {
|
||||
sed -i 's/git = "[^ ]*"/version = "*"/' Cargo.toml || die
|
||||
sed -i '/rev = "5f784c9ad6ae619c880e4713e120b281e2ce5383"/d' Cargo.toml || die
|
||||
# niri-session doesn't work on OpenRC
|
||||
if ! use systemd; then
|
||||
local cmd="niri --session"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue