osu-lazer: avoid rebuild when meta changes
This commit is contained in:
parent
2cd17d14bc
commit
533ce4cf05
@ -74,11 +74,13 @@ buildDotnetModule rec {
|
||||
name = "osu";
|
||||
exec = "osu!";
|
||||
icon = "osu!";
|
||||
comment = meta.description;
|
||||
comment = "Rhythm is just a *click* away (no score submission or multiplayer, see osu-lazer-bin)";
|
||||
type = "Application";
|
||||
categories = [ "Game" ];
|
||||
})];
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Rhythm is just a *click* away (no score submission or multiplayer, see osu-lazer-bin)";
|
||||
homepage = "https://osu.ppy.sh";
|
||||
@ -91,5 +93,4 @@ buildDotnetModule rec {
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "osu!";
|
||||
};
|
||||
passthru.updateScript = ./update.sh;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user