build-gradle-app.nix: fix eval

Sorry, typo.
This commit is contained in:
Matthew Bauer
2018-06-27 13:30:16 -04:00
committed by GitHub
parent 0d9112f01a
commit e3475f3406

View File

@@ -103,6 +103,6 @@ stdenv.mkDerivation ({
'';
meta = {
license = stdenv.lib.licenses.unfree
license = stdenv.lib.licenses.unfree;
};
} // builtins.removeAttrs args ["name" "mavenDeps"])