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
|
mkdir -p $out/nix-support
|
||||||
echo "file binary-dist \"$(echo $out/*.apk)\"" > $out/nix-support/hydra-build-products
|
echo "file binary-dist \"$(echo $out/*.apk)\"" > $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
license = stdenv.lib.licenses.unfree
|
||||||
|
};
|
||||||
} // builtins.removeAttrs args ["name" "mavenDeps"])
|
} // builtins.removeAttrs args ["name" "mavenDeps"])
|
||||||
|
Loading…
Reference in New Issue
Block a user