status-mobile/nix/deps
Jakub Sokołowski 2f65cedd2d
nix: replace grep and sed with AWK for parsing Gradle deps
The mess with regexes is hard to read and think about which is why it
had bugs with handling some Gradle formats.

It also lowers further the number of dependencies pulled from 785 to 744.

Changes:
- Added `gradle_parser.awk` script for getting dependencies from Gradle
- Changed the `deps.urls` file to contain full URLs to POMs
- Dropped the `deps.urls.old` part since `get_urls.sh` no longer exists
- Added `CLR` for learing line to `scripts/colors.sh`
- Wrote a new `nix/deps/gradle/README.md`
- Re-generated `nix/pkgs/go-maven-resolver/deps.nix`

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-05-25 19:34:56 +02:00
..
clojure nix: refactor loading of node.js modules 2020-05-15 16:19:27 +02:00
gradle nix: replace grep and sed with AWK for parsing Gradle deps 2020-05-25 19:34:56 +02:00
nodejs nix: move yarn2nix setup to nix/deps/nodejs 2020-05-14 09:46:23 +02:00
nodejs-patched nix: don't use gradle to patch node modules 2020-05-20 10:50:29 +02:00
react-native nix: simplify android release build 2020-05-14 09:46:23 +02:00