overlays/xinit: fix build
This commit is contained in:
parent
150aad6c6f
commit
c20bd4c239
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ self: super: {
|
|||
# Some info:
|
||||
# - Make startx use $XAUTHORITY as server auth files instead of .serverauth.$$
|
||||
# - Make startx respect $XINITRC and $XSERVERRC
|
||||
patches = old.patches ++ [ ./patches/startx.patch ];
|
||||
patches = (old.patches or []) ++ [ ./patches/startx.patch ];
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue