We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9c688 commit 2209cc3Copy full SHA for 2209cc3
buildGradleApplication/mkM2Repository.nix
@@ -42,7 +42,7 @@
42
inherit (depSpec) urls hash name;
43
};
44
45
- dependencies = builtins.map (depSpec: mkDep depSpec) depSpecs;
+ dependencies = builtins.map mkDep depSpecs;
46
47
# write a dedicated script for the m2 repository creation. Otherwise, the m2Repository derivation might crash with 'Argument list too long'
48
m2Repository =
0 commit comments