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:
Matthew Bauer 2018-06-27 13:29:55 -04:00 committed by GitHub
parent b5337b357f
commit 0d9112f01a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"])