| 23 Nov 2024 |
emily | love a package that's unmaintained, broken, and insecure | 04:48:45 |
Tomodachi94 (they/them) | Now time to check through GitHub Search if anyone is using this package in their dotfiles | 04:48:51 |
Tomodachi94 (they/them) | In reply to@emilazy:matrix.org love a package that's unmaintained, broken, and insecure And was hardcoded to JDK 8 through an override in all-packages | 04:49:21 |
Tomodachi94 (they/them) | It's all of your favorite things!! /s | 04:49:39 |
Tomodachi94 (they/them) | * And was hardcoded to use JDK 8 through an override in all-packages | 04:49:59 |
emily | ideally it'd use an old FFmpeg too | 04:50:33 |
Tomodachi94 (they/them) | And maybe vendor Ant | 04:50:45 |
emily | and be broken on Darwin because of bad Linux assumptions | 04:50:47 |
Tomodachi94 (they/them) | In reply to@tomodachi94:matrix.org And maybe vendor Ant I'm wondering how many packages think they use our Ant package but actually use an Ant JAR that was shoved into VCS | 04:51:34 |
Tomodachi94 (they/them) | nix-index time! :3 | 04:51:45 |
Tomodachi94 (they/them) | Quite a few include Ant in their $out, which is... probably not good if it's just for the build system | 04:54:53 |
Tomodachi94 (they/them) | (nix run 'github:nix-community/nix-index-database -- --regex '(lib|share)/.ant(-.|)jar$' | wc -l` says 407 paths) | 04:57:49 |
Tomodachi94 (they/them) | (nix run 'github:nix-community/nix-index-database -- --regex '(lib|share)/.*ant(-.*|)jar$' | wc -l says 407 paths) | 04:57:56 |