forked from mirrors/nixpkgs
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:
commit
75ce40970b
|
@ -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" ];
|
||||
};
|
||||
}
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue