It's a color theme generator for editors and terminal emulators, rewritten in
Zig.
Co-authored-by: IogaMaster <iogamastercode@gmail.com>
Co-authored-by: figsoda <figsoda@pm.me>
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
- Add `meta.changelog`
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
Also, a cosmetic refactor:
- Reorder parameter listing
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes)
This used to be the default but got changed in #206643 / ce6bc62
to reduce the closure of non javafx java apps. Additionally 1caf19b
removed webkit support which is also required for scenic-view and
therefore explicitly enabled.
Bump scenebuilder to 19.0.0 as the latest release 20.0.0 depends on
jdk20, which is not packaged in nixpkgs yet.
Since version 15 the build system for scenebuilder was switched from
gradle to maven.
Additionally this commit switches to using a jre which bundles
openjfx. This used to be the default but was changed in ce6bc62,
which prevented scenebuilder from starting.
- Make pname all lowercase—do not transform AltServer -> alt-server, but
to altserver as the name already has hyphens elsewhere, and many other
packages (including the example in nixpkgs manual) do this
- Change variable and dir names to match pname as deviation seems
unnecessary here and only leads to confusion; this project is also a
variation on AltServer-Windows, so keeping the “-linux” seems
warranted
From https://nixos.org/manual/nixpkgs/unstable/#sec-package-naming:
> The pname and the version attribute must not contain uppercase letters
> e.g., "mplayer" instead of “MPlayer”`.