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
commit 75ce40970b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

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 { };