2021-01-07 17:28:08 +01:00
|
|
|
{ osu-lazer }:
|
|
|
|
osu-lazer.overrideAttrs (o: o // {
|
2021-08-07 13:22:16 +02:00
|
|
|
# DOS line endings
|
|
|
|
patchFlags = [ "--binary" "-p1" ];
|
|
|
|
|
|
|
|
patches = [
|
2021-04-09 12:09:45 +02:00
|
|
|
./0001-Disable-deployed-build.patch
|
|
|
|
./0002-Remove-random-song-button-from-footer.patch
|
2021-01-07 17:28:08 +01:00
|
|
|
];
|
|
|
|
})
|