Commit Graph

979837 Commits

Author SHA1 Message Date
Weijia Wang 7a71a0ca0a formiko: migrate to by-name, switch to PEP 517, and update GTK deps (#480394) 2026-04-13 21:10:58 +00:00
Weijia Wang a8ad2f78c2 gnuplot: migrate to by-name, switch to finalAttrs (#481675) 2026-04-13 21:07:22 +00:00
Yohann Boniface 77ba4a88f1 maintainer: add 0xErwin1 (#485300) 2026-04-13 21:06:58 +00:00
Yohann Boniface 927476d907 python313Packages.gitpython: migrate to finalAttrs (#509481) 2026-04-13 21:04:46 +00:00
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
Ignacio Perez 6c3c0d8107 cartero: add _0xErwin1 to maintainers 2026-04-13 23:01:26 +02:00
Ignacio Perez 69a1867947 maintainers: add _0xErwin1 2026-04-13 23:01:26 +02:00
Guy Chronister 397ffc81e6 gnuplot: migrate to by-name, switch to finalAttrs, and remove Qt-specific mkDerivation
This refactor performs a mechanical migration of gnuplot to the by-name
layout and updates the derivation to the modern finalAttrs style.

Key changes:

* Move gnuplot from pkgs/tools/graphics/gnuplot/ to pkgs/by-name/gn/gnuplot/
  and rename set-gdfontpath-from-fontconfig.sh accordingly.

* Replace the old `rec { ... }` form with `stdenv.mkDerivation (finalAttrs: { ... })`
  following current Nixpkgs conventions.

* Remove the unused mkDerivation argument and stop switching the derivation
  function based on `withQt`. gnuplot does not require libsForQt5.mkDerivation;
  Qt support is handled entirely through inputs and configure flags.

* Replace qttools/qtbase/qtsvg with libsForQt5.qttools/qtbase/qtsvg when
  `withQt = true`.

* Convert `${pname}-${version}` to `${finalAttrs.version}` and update
  `sha256` → `hash`.

* Add by-name variants gnuplot_qt and gnuplot_aquaterm using override
  wrappers.

* Remove the old top-level aliases for gnuplot, gnuplot_qt, and
  gnuplot_aquaterm from all-packages.nix; by-name exposure now handles them.

This change is purely structural and does not modify gnuplot’s build
behaviour beyond adopting the standard finalAttrs pattern.
2026-04-13 23:00:03 +02:00
dotlambda b375bb9ee8 python3Packages.python-melcloud: 0.1.2 -> 0.1.3 (#509674) 2026-04-13 20:55:16 +00:00
dotlambda e8364dc47d python3Packages.nhc: 0.7.0 -> 0.8.0 (#509667) 2026-04-13 20:54:40 +00:00
Weijia Wang 5550140fe6 dcnnt: use PEP517, modernize (#486687) 2026-04-13 20:54:16 +00:00
Nick Cao 1a754face4 libretro.yabause: 0-unstable-2025-12-20 -> 0-unstable-2026-04-10 (#509019) 2026-04-13 20:52:01 +00:00
Nick Cao 849d4d3da2 solanum: 0-unstable-2026-03-25 -> 0-unstable-2026-04-09 (#509018) 2026-04-13 20:51:21 +00:00
Nick Cao ce1269ac97 grafanaPlugins.grafana-lokiexplore-app: 2.0.1 -> 2.0.3 (#509017) 2026-04-13 20:50:53 +00:00
Nick Cao 0b65930b21 grafanaPlugins.volkovlabs-form-panel: 6.3.1 -> 6.3.2 (#509015) 2026-04-13 20:50:26 +00:00
Nick Cao 3a489a04d2 vscode-extensions.sas.sas-lsp: 1.18.0 -> 1.19.1 (#509097) 2026-04-13 20:50:00 +00:00
Nick Cao 7de935d622 decktape: 3.15.0 -> 3.16.0 (#509077) 2026-04-13 20:48:45 +00:00
Nick Cao 7a7c7e64e2 tenv: 4.9.3 -> 4.10.1 (#509056) 2026-04-13 20:48:17 +00:00
Weijia Wang 8a5289e6c0 q4wine: migrate to by-name, modernize (#479881) 2026-04-13 20:47:08 +00:00
Weijia Wang 949af60aab gphoto2,gphoto2fs: move gphoto2 and gphoto2fs to pkgs/by-name (#461927) 2026-04-13 20:46:11 +00:00
Nick Cao 5d7338c70c libretro.opera: 0-unstable-2026-03-31 -> 0-unstable-2026-04-10 (#508761) 2026-04-13 20:43:21 +00:00
Nick Cao c28116db2c certigo: 1.17.1 -> 1.18.0 (#508753) 2026-04-13 20:42:40 +00:00
Nick Cao 6b8eb4b200 xxh: 0.8.14 -> 0.8.16 (#508745) 2026-04-13 20:42:11 +00:00
nixpkgs-ci[bot] 4b695824a1 roslyn-ls: 5.6.0-2.26163.11 -> 5.7.0-1.26203.6 (#509057) 2026-04-13 20:41:19 +00:00
Nick Cao 639654bb8c goeland: 0.22.1 -> 0.23.0 (#508736) 2026-04-13 20:40:49 +00:00
Guy Chronister be9140fb2c q4wine: modernize derivation 2026-04-13 22:38:44 +02:00
Guy Chronister bad67f4f1a q4wine: migrate to by-name 2026-04-13 22:38:38 +02:00
Guy Chronister 29bfc9b4d7 gphoto2,gphoto2fs: move gphoto2 and gphoto2fs to pkgs/by-name
- gphoto2: migrate to `pkgs/by-name/gp/gphoto2/package.nix`
  • switch to `stdenv.mkDerivation (finalAttrs: { ... })`
  • use `tag`/`hash` instead of `rev`/`sha256`
  • drop `with lib;` in meta, qualify licenses/platforms/maintainers

- gphoto2fs: migrate to `pkgs/by-name/gp/gphoto2fs/package.nix`
  • switch to `stdenv.mkDerivation (finalAttrs: { ... })`
  • update to `hash` form
  • drop `with lib;` in meta, qualify licenses/platforms/maintainers

- all-packages.nix: remove old `callPackage` entries
2026-04-13 22:37:24 +02:00
Nick Cao 304b287a37 uutils-procps: 0.0.1-unstable-2026-03-28 -> 0.0.1-unstable-2026-04-10 (#508731) 2026-04-13 20:35:42 +00:00
Nick Cao 798ffc41b8 uutils-util-linux: 0.0.1-unstable-2026-04-01 -> 0.0.1-unstable-2026-04-10 (#508730) 2026-04-13 20:35:27 +00:00
Nick Cao f59175bc6e fishPlugins.exercism-cli-fish-wrapper: 0-unstable-2026-02-23 -> 0-unstable-2026-04-06 (#508832) 2026-04-13 20:34:33 +00:00
Andreas Rammhold 81244835f3 easyeda2kicad: 0.8.0 -> 1.0.1 (#509310) 2026-04-13 22:40:55 +02:00
Nick Cao a19eca3cef kubernetes-helmPlugins.helm-diff: 3.15.4 -> 3.15.5 (#508823) 2026-04-13 20:34:07 +00:00
Nick Cao 80b8ba527c python3Packages.openmm: 8.5.0 -> 8.5.1 (#508820) 2026-04-13 20:33:16 +00:00
Nick Cao 893a54c005 openmm: 8.5.0 -> 8.5.1 (#508819) 2026-04-13 20:32:52 +00:00
Nick Cao 77e3d7bd19 rustical: 0.12.10 -> 0.12.11 (#508815) 2026-04-13 20:32:27 +00:00
Weijia Wang 7b4bae6096 gpg-tui: migrate to by-name, refactor (#502645) 2026-04-13 20:31:33 +00:00
Nick Cao 55a6fddc33 sqlcmd: 1.9.0 -> 1.10.0 (#508801) 2026-04-13 20:31:12 +00:00
Weijia Wang 8718ffeffb openafs: migrate to by-name, refactor (#491442) 2026-04-13 20:29:45 +00:00
Nick Cao 60466eca21 parsedmarc: 9.5.5 -> 9.6.0 (#508791) 2026-04-13 20:26:43 +00:00
Pol Dellaiera 07781c374b googlesans-code: 6.001 -> 7.000 (#509709) 2026-04-13 20:25:04 +00:00
Nick Cao 92ffb744e5 shellhub-agent: 0.24.0 -> 0.24.1 (#508787) 2026-04-13 20:23:26 +00:00
Gaétan Lepage 530657b9a3 cuda_nvcc: fix host_defines.h __noinline__ conflict under clang (#498681) 2026-04-13 20:23:24 +00:00
Nick Cao e7e1595892 quickjs-ng: 0.13.0 -> 0.14.0 (#508868) 2026-04-13 20:22:38 +00:00
Nick Cao e03e6ac040 python3Packages.sklearn2pmml: 0.129.2 -> 0.130.0 (#508841) 2026-04-13 20:21:50 +00:00
Nick Cao f40f3e7d4a python3Packages.apycula: 0.31 -> 0.32 (#508840) 2026-04-13 20:21:08 +00:00
Guy Chronister a54161acd3 gpg-tui: refactor 2026-04-13 22:20:48 +02:00
Guy Chronister b1e33c00b6 gpg-tui: migrate to by-name 2026-04-13 22:20:44 +02:00
Nick Cao 05974472f2 ansible-navigator: 26.1.3 -> 26.4.0 (#508838) 2026-04-13 20:20:15 +00:00
Nick Cao 5b2d1e6108 dosage-tracker: 2.1.5 -> 2.1.6 (#508835) 2026-04-13 20:19:31 +00:00