forked from mirrors/nixpkgs
build-gradle-app.nix: fix eval
Sorry, typo.
This commit is contained in:
parent
0d9112f01a
commit
e3475f3406
1 changed files with 1 additions and 1 deletions
|
@ -103,6 +103,6 @@ stdenv.mkDerivation ({
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
license = stdenv.lib.licenses.unfree
|
license = stdenv.lib.licenses.unfree;
|
||||||
};
|
};
|
||||||
} // builtins.removeAttrs args ["name" "mavenDeps"])
|
} // builtins.removeAttrs args ["name" "mavenDeps"])
|
||||||
|
|
Loading…
Add table
Reference in a new issue