osu-lazer: add unfreeRedistributable license
The unfree BASS library is a dependency of the osu framework, which includes the shared library in its repository. The library for the system runtime is included in the build output.
This commit is contained in:
parent
d9b0a19e99
commit
8d45118da7
|
@ -99,7 +99,11 @@ in stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Rhythm is just a *click* away";
|
description = "Rhythm is just a *click* away";
|
||||||
homepage = "https://osu.ppy.sh";
|
homepage = "https://osu.ppy.sh";
|
||||||
license = with licenses; [ mit cc-by-nc-40 ];
|
license = with licenses; [
|
||||||
|
mit
|
||||||
|
cc-by-nc-40
|
||||||
|
unfreeRedistributable # osu-framework contains libbass.so in repository
|
||||||
|
];
|
||||||
maintainers = with maintainers; [ oxalica ];
|
maintainers = with maintainers; [ oxalica ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue