status-react/nix/deps
Jakub Sokołowski d1442b306a
nix: stop downloading POMs for Clojure dependencies
Clojure dependencies require only JARs to work. Downloading POMs is both
a waste of time, space, and bandwidth. In addition POMs create edge
cases that we would have to handle, an would rather avoid.

For example, the `guice` package which shows up in the classpath
includes a JAR named `guice-4.2.2-no_aop.jar`. The issue with that is
that there is no corresponding POM in the directory:
https://repo1.maven.org/maven2/com/google/inject/guice/4.2.2/

Either we have to make a special case for such packages, or we can just
skip POMs entirely and avoid the mess.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-13 15:23:41 +02:00
..
clojure nix: stop downloading POMs for Clojure dependencies 2023-10-13 15:23:41 +02:00
gradle Dont parse unused identicon 2023-09-06 14:09:37 +01:00
nodejs rename status-react to status-mobile 2022-07-17 14:46:16 +02:00
nodejs-patched upgrade `react-native` from 0.67.5 to 0.69.10 (#16016) 2023-06-14 07:17:41 +05:30
react-native nix: simplify android release build 2020-05-14 09:46:23 +02:00