mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
build-gradle-app.nix: mark unfree
Forgot about this. It needs android-sdk-license & build products should fail when allowUnfree = false.
This commit is contained in:
parent
b5337b357f
commit
0d9112f01a
@ -101,4 +101,8 @@ stdenv.mkDerivation ({
|
||||
mkdir -p $out/nix-support
|
||||
echo "file binary-dist \"$(echo $out/*.apk)\"" > $out/nix-support/hydra-build-products
|
||||
'';
|
||||
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.unfree
|
||||
};
|
||||
} // builtins.removeAttrs args ["name" "mavenDeps"])
|
||||
|
Loading…
Reference in New Issue
Block a user