Files
Guy Chronister 8040d2213e formiko: migrate to by-name, switch to PEP 517, and update GTK deps
Move formiko to pkgs/by-name and modernize its Python and GTK
packaging.

Changes:
- enable PEP 517 with `pyproject = true`
- add explicit `build-system = [ python3Packages.setuptools ]`
- switch to python3Packages.buildPythonApplication
- move pygobject3 to `dependencies`
- replace gtksourceview (GTKSourceView 3) with gtksourceview4
- use explicit python3Packages.* references
- replace deprecated sha256 with hash
- remove manual wiring from all-packages.nix

This brings formiko in line with current by-name, PEP 517, and GTK
packaging conventions.
2026-04-13 23:02:08 +02:00
..