Merge pull request #209354 from thiagokokada/osu-lazer-bin

osu-lazer-bin: move it to osu-lazer directory, add source.metaProvenance
This commit is contained in:
Thiago Kenji Okada
2023-01-06 19:32:15 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -29,7 +29,9 @@ appimageTools.wrapType2 rec {
cc-by-nc-40
unfreeRedistributable # osu-framework contains libbass.so in repository
];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = [ maintainers.delan ];
mainProgram = "osu!";
platforms = [ "x86_64-linux" ];
};
}
+1 -1
View File
@@ -34210,7 +34210,7 @@ with pkgs;
osu-lazer = callPackage ../games/osu-lazer { };
osu-lazer-bin = callPackage ../games/osu-lazer-bin { };
osu-lazer-bin = callPackage ../games/osu-lazer/bin.nix { };
pro-office-calculator = libsForQt5.callPackage ../games/pro-office-calculator { };