mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
android: add licenses
androidndk is apache 2.0 androidsdk is unfree
This commit is contained in:
parent
5356b5b355
commit
4a5cbdf5ea
@ -91,5 +91,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
@ -267,5 +267,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
hydraPlatforms = [];
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user