mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
We need to use ... to allow other parameters
This commit is contained in:
parent
f24e20f1e3
commit
521ea15f14
@ -1,6 +1,7 @@
|
||||
{ stdenv, androidsdk, jdk, ant }:
|
||||
args@{ name, src, platformVersions ? [ "8" ], useGoogleAPIs ? false, antFlags ? ""
|
||||
, release ? false, keyStore ? null, keyAlias ? null, keyStorePassword ? null, keyAliasPassword ? null
|
||||
, ...
|
||||
}:
|
||||
|
||||
assert release -> keyStore != null && keyAlias != null && keyStorePassword != null && keyAliasPassword != null;
|
||||
|
Loading…
Reference in New Issue
Block a user