From 0d9112f01ae4b5398c6bd487c0ac4dc5e6c840f6 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 27 Jun 2018 13:29:55 -0400 Subject: build-gradle-app.nix: mark unfree Forgot about this. It needs android-sdk-license & build products should fail when allowUnfree = false. --- pkgs/development/mobile/androidenv/build-gradle-app.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/mobile/androidenv/build-gradle-app.nix b/pkgs/development/mobile/androidenv/build-gradle-app.nix index 1ca51fae1c29..e7708a522ba8 100644 --- a/pkgs/development/mobile/androidenv/build-gradle-app.nix +++ b/pkgs/development/mobile/androidenv/build-gradle-app.nix @@ -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"]) -- cgit 1.4.1