overlays/xinit: fix build

This commit is contained in:
LavaDesu 2023-08-24 21:10:19 +07:00
parent 150aad6c6f
commit c20bd4c239
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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 ];
});
};
}