Tom Hunze
2f2b2bf499
buildPerlPackage: remove explicit src argument
...
This goal of this change is to make nix-update-script work out of the
box with packages built using `buildPerlPackage`.
Explicitly setting `src` in the `stdenv.mkDerivation` call currently
causes `builtins.unsafeGetAttrPos "src" <package>` to point to
`pkgs/development/perl-modules/generic/default.nix` for packages built
using `buildPerlPackage`. If the result of this expression is not
`null`, nix-update will try to update `src` of `<package>` in this
file [1], which will fail for obvious reasons.
A good example of this happening is with the pgformatter package.
Removing the explicit `inherit src` allows
`builtins.unsafeGetAttrPos "src" <package>` to point to the file where
`<package>.src` is actually defined, fixing nix-update runs for
affected packages.
Git history doesn't provide any indication as to why this argument was
introduced in the first place, so I hope it's fine to remove it. The
only difference in evaluation will be for calls to `buildPerlPackage`
without `src`: In these cases, `src` will be unset instead of `null`.
[1] https://github.com/Mic92/nix-update/blob/8227513ecf2f9ca657951fac3a6935410107eb90/nix_update/eval.nix#L99
2026-01-19 00:20:48 +01:00
nixpkgs-ci[bot]
78f6d5afc4
flake-edit: 0.3.0 -> 0.3.1 ( #481401 )
2026-01-18 19:54:22 +00:00
Michael Daniels
e06b16630d
prek: 0.2.20 -> 0.2.30 ( #480876 )
2026-01-18 19:52:15 +00:00
dotlambda
0ee56f3cb3
python3Packages.onedrive-personal-sdk: 0.0.17 -> 0.1.0 ( #481392 )
2026-01-18 19:47:59 +00:00
kirillrdy
04109824d7
python3Packages: export MPLBACKEND to Agg to fix matplotlib tests on darwin ( #480979 )
2026-01-18 19:44:34 +00:00
Michael Daniels
67c5530147
meowlnir: 0.7.0 -> 26.01 ( #443460 )
2026-01-18 19:37:57 +00:00
Michael Daniels
f70da53d01
python3Packages.langgraph-sdk: 0.3.1 -> 0.3.2 ( #479495 )
2026-01-18 19:35:17 +00:00
Yt
83d3b8bc65
python3Packages.tinygrad: skip onnx tests on aarch64-linux ( #481175 )
2026-01-18 19:35:12 +00:00
SchweGELBin
24d3327e52
meowlnir: 0.7.0 -> 26.01
2026-01-18 14:32:19 -05:00
Pol Dellaiera
e310e4b737
mago: 1.0.0-beta.14 -> 1.0.3 ( #475647 )
2026-01-18 19:30:49 +00:00
R. Ryantm
cdeb49a3b8
flake-edit: 0.3.0 -> 0.3.1
2026-01-18 19:26:44 +00:00
nixpkgs-ci[bot]
e451b2b431
zuban: 0.4.1 -> 0.4.2 ( #480900 )
2026-01-18 19:25:47 +00:00
Michael Daniels
a0f61a292b
lazydocker: 0.24.3 -> 0.24.4 ( #480946 )
2026-01-18 19:18:30 +00:00
Michael Daniels
d65a94c87d
python3Packages.django-import-export: 4.3.14 -> 4.4.0 ( #480933 )
2026-01-18 19:12:18 +00:00
Michael Daniels
c809492d41
listmonk: fix hash ( #481336 )
2026-01-18 19:08:31 +00:00
Alyssa Ross
a823460f74
llvmPackages_git: 22.0.0-unstable-2025-12-28 -> 22.0.0-unstable-2026-… ( #477055 )
2026-01-18 19:01:55 +00:00
Alyssa Ross
136e44a93e
zbus-xmlgen: 5.1.0 -> 5.2.0 ( #479189 )
2026-01-18 19:01:39 +00:00
nixpkgs-ci[bot]
0609bd7503
remnote: 1.22.56 -> 1.22.58 ( #481368 )
2026-01-18 18:59:54 +00:00
nixpkgs-ci[bot]
b2349467a4
pik: 0.27.0 -> 0.28.0 ( #481128 )
2026-01-18 18:59:51 +00:00
R. Ryantm
6a672b0069
python3Packages.onedrive-personal-sdk: 0.0.17 -> 0.1.0
2026-01-18 18:57:51 +00:00
Michael Daniels
169e12371b
dioxus-cli: 0.7.2 -> 0.7.3 ( #481015 )
2026-01-18 18:57:19 +00:00
Sandro
61f3737eec
fusesoc: 2.2.1 -> 2.4.5; enable tests ( #476946 )
2026-01-18 18:49:58 +00:00
Michael Daniels
8e5cd4986b
python3Packages.fickling: 0.1.6 -> 0.1.7 ( #479436 )
2026-01-18 18:48:58 +00:00
Sandro
99c6ddd553
part-db: 1.14.5 -> 2.4.0 ( #478418 )
2026-01-18 18:48:33 +00:00
nixpkgs-ci[bot]
6330f93d83
scalafmt: 3.10.3 -> 3.10.4 ( #481357 )
2026-01-18 18:46:58 +00:00
Michael Daniels
6588528029
python3Packages.langsmith: 0.5.1 -> 0.6.4 ( #478802 )
2026-01-18 18:44:09 +00:00
Alyssa Ross
4823c1e1e4
linuxKernel.kernels.linux_zen: 6.18.4 -> 6.18.5 ( #480762 )
2026-01-18 18:43:04 +00:00
Michael Daniels
fa9d9810bd
prek: 0.2.20 -> 0.2.30
...
Changelog: https://github.com/j178/prek/blob/v0.2.30/CHANGELOG.md
2026-01-18 13:42:04 -05:00
Dmitry Kalinkin
e46bfae1cd
htgettoken: 2.5 -> 2.6 ( #481376 )
2026-01-18 18:39:35 +00:00
Pol Dellaiera
e437749a3f
thunderbird-latest-bin-unwrapped: 146.0.1 -> 147.0 ( #481002 )
2026-01-18 18:30:47 +00:00
Pol Dellaiera
ebc765e5a9
phpPackages.phan: migrate to buildComposerProject2 and add versionCheckHook; 5.5.1 -> 6.0.0 ( #440374 )
2026-01-18 18:28:56 +00:00
Michael Daniels
ed12485ea0
maintainers: add mio ( #480862 )
2026-01-18 18:27:13 +00:00
Felix Bühler
390bc2a07a
hugin: 2025.0.0 -> 2025.0.1 ( #474066 )
2026-01-18 18:23:54 +00:00
Michael Daniels
0d582d4c48
scooter: 0.8.4 -> 0.8.5 ( #480853 )
2026-01-18 18:15:10 +00:00
Michael Daniels
3fccbc8005
netbird-dashboard: 2.26.1 -> 2.27.1 ( #480794 )
2026-01-18 18:14:44 +00:00
Michael Daniels
ecc3832fe4
magic-wormhole: 0.21.1 -> 0.22.0 ( #476245 )
2026-01-18 18:05:34 +00:00
Michael Daniels
3c78059d2f
wowup-cf: 2.20.0 -> 2.22.0 ( #480596 )
2026-01-18 18:03:37 +00:00
Thiago Kenji Okada
c16516c2e4
libretro.mame2003-plus: 0-unstable-2026-01-05 -> 0-unstable-2026-01-16 ( #481339 )
2026-01-18 18:01:31 +00:00
Michael Daniels
8f56356aef
python3Packages.entsoe-apy: 0.7.0 -> 0.8.1 ( #478654 )
2026-01-18 18:01:19 +00:00
Piotr Kwiecinski
81c11051dc
phpPackages.phan: 5.5.1 -> 6.0.0
2026-01-18 18:57:57 +01:00
R. Ryantm
29a78089cc
htgettoken: 2.5 -> 2.6
2026-01-18 17:46:22 +00:00
nixpkgs-ci[bot]
fef8c21ff7
raspberrypi-eeprom: 2025.12.08-2712 -> 2026.01.09-2711 ( #480790 )
2026-01-18 17:42:04 +00:00
Michael Daniels
57fe94c48f
insomnia: 11.6.0 -> 12.2.0 ( #480124 )
2026-01-18 17:37:16 +00:00
Michael Daniels
574829718c
python3Packages.netbox-routing: 0.3.1 -> 0.3.2 ( #479028 )
2026-01-18 17:35:25 +00:00
Michael Daniels
36faca2cba
python3Packages.iterable-io: 1.0.0 -> 1.0.1 ( #479634 )
2026-01-18 17:30:51 +00:00
nixpkgs-ci[bot]
847c119ba5
llama-cpp: 7704 -> 7767 ( #481224 )
2026-01-18 17:28:30 +00:00
Sandro
973699e2d5
jabref: 6.0-alpha.3 -> 6.0-alpha.4 ( #477819 )
2026-01-18 17:28:17 +00:00
Michael Daniels
88577753fe
antigravity: 1.13.3 -> 1.14.2 ( #480030 )
2026-01-18 17:28:01 +00:00
Michael Daniels
54bfc109d7
libxsmm: ensure gcc15 compatibility ( #479357 )
2026-01-18 17:24:01 +00:00
Wael Nasreddine
ad7e5e415f
charles: fix desktop icons and mime integration ( #481233 )
2026-01-18 17:23:14 +00:00