Commit Graph

6 Commits

Author SHA1 Message Date
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm
a53fec1ece batik: 1.18 -> 1.19 2025-05-11 23:30:48 +00:00
R. Ryantm
cf555f4bf7 batik: 1.17 -> 1.18 2024-10-13 21:56:46 +00:00
Tomodachi94
82b74001f0 batik: refactor
* All JARs end up in $out/share/java, and a few wrappers for the
  applications are made in $out/bin (closes #50932).
* stdenv -> stdenvNoCC, since no compilers are needed in any stages.
* Remove the vendored Rhino JavaScript engine and replace it with our
  Nixpkgs one.
* Add the stripJavaArchivesHook.

This is hopefully a large improvement over the previous derivation
(which simply copied the binary tarball into $out).
2024-06-28 01:43:54 -07:00
Tomodachi94
927e293094 batik: format with nixfmt-rfc-style 2024-06-26 20:57:35 -07:00
Tomodachi94
58417cac95 batik: move to pkgs/by-name 2024-06-26 17:10:11 -07:00