Emily
034f0298f4
edencommon: use sanitiseHeaderPathsHook
2025-07-04 12:02:26 +01:00
Emily
17d4441a42
fbthrift: fix typo
2025-07-04 12:02:26 +01:00
Emily
6e7fd3cf13
fbthrift: use sanitiseHeaderPathsHook
2025-07-04 12:02:26 +01:00
Emily
efab895df7
wangle: use sanitiseHeaderPathsHook
2025-07-04 12:02:26 +01:00
Emily
aa5b3270d1
mvfst: use sanitiseHeaderPathsHook
2025-07-04 12:02:26 +01:00
Emily
277d5ce661
fizz: use sanitiseHeaderPathsHook
2025-07-04 12:02:26 +01:00
Emily
363f75d245
folly: use sanitiseHeaderPathsHook
2025-07-04 12:02:26 +01:00
Emily
651c77c71e
gtest: use sanitiseHeaderPathsHook
2025-07-04 12:02:26 +01:00
Emily
acf51915ab
boost: use sanitiseHeaderPathsHook
2025-07-04 12:02:26 +01:00
Emily
1b28a1e224
sanitiseHeaderPathsHook: init
...
C++ headers often use `__FILE__` in error messages, causing the
development outputs of libraries to leak into the runtime closure
of packages using them. This hook abstracts away a pattern used in
a few places throughout the tree to have headers identify themselves
by a sanitized path that does not cause runtime dependencies.
This does unfortunately mean that compiler error messages will
reference the sanitized path. The only alternatives I can imagine
are to patch compilers to handle `__FILE__` specially, or to have
libraries propagate a hook that removes references. The latter would
potentially need to be propagated recursively due to `#include`
semantics and would be less precise than this.
2025-07-04 12:02:26 +01:00
K900
678cac2a01
Merge remote-tracking branch 'origin/staging-next' into staging
2025-06-20 09:07:52 +03:00
nixpkgs-ci[bot] and GitHub
b6221f6d8e
Merge master into staging-next
2025-06-20 06:06:15 +00:00
Pol Dellaiera and GitHub
63bd3100b8
phpExtensions.relay: 0.10.1 -> 0.11.0 ( #418291 )
2025-06-20 08:04:03 +02:00
K900 and GitHub
951a4be39d
kdePackages.taglib: 2.0.2 -> 2.1 ( #412580 )
2025-06-20 09:03:08 +03:00
K900 and GitHub
034aa3f28e
nixos/installer/plasma6: trim closure ( #418266 )
2025-06-20 08:55:57 +03:00
Mauricio Collares and GitHub
2587e1965c
lcalc: 2.1.0 -> 2.1.1 ( #415107 )
2025-06-20 02:50:18 -03:00
Gaétan Lepage and GitHub
ed5d02d9a5
mihomo-party: 1.7.5 -> 1.7.6 ( #417686 )
2025-06-20 07:36:47 +02:00
437239b21e
museeks: 0.20.9 -> 0.21.1 ( #417987 )
...
Co-authored-by: zendo <zendo@users.noreply.github.com >
2025-06-20 05:36:04 +00:00
Gaétan Lepage and GitHub
e66cca8f1f
hatch: fix build, disable failing tests ( #418282 )
2025-06-20 07:29:37 +02:00
Vladimír Čunát
6d551eda66
thunderbird-esr: 128.11.0esr -> 128.11.1esr ( #418315 )
2025-06-20 07:15:35 +02:00
Mutsuha Asada and GitHub
451f48f244
ocamlPackages.eigen: 0.2.0 -> 0.3.3 ( #414921 )
...
* ocamlPackages.eigen: 0.2.0 -> 0.3.3
Diff: https://github.com/owlbarn/eigen/compare/0.2.0...0.3.3
Changelog: https://github.com/owlbarn/eigen/releases/tag/0.3.3
* ocamlPackages.eigen: modernized derivation
- Removed with lib;
- Changed rev to tag and sha256 to hash
2025-06-20 07:08:47 +02:00
Aleksana and GitHub
8eddc6720f
kapitano: init at 1.1.2 ( #417133 )
2025-06-20 13:01:24 +08:00
Aleksana and GitHub
0659949e4e
crc64fast-nvme: init at 1.2.0 ( #411239 )
2025-06-20 12:56:03 +08:00
Philip Taron and Bjørn Forsman
16252c01f0
libcollectdclient: fix build
...
I unified the `meta` field from `collectd` here too.
2025-06-20 06:47:26 +02:00
Philip Taron and Bjørn Forsman
97734f4a9a
collectd: fix build and modernize derivation slightly
...
1. I experienced intermittent connection failures to <https://collectd.org > and I suspect it's hosted on hobbyist equipment.
This made the `src` derivation flaky, so I switched to the upstream GitHub repository.
It seems better to use the actual source instead of a prepared tarball from the release process anyway.
2. When building out of the source instead of the release tarball, we need to run Bison and Flex to generate the parser and lexer, and we need Perl for `pod2man`.
3. As the [build error on Hydra](https://hydra.nixos.org/build/300269816 ) notes, `src/virt.c` makes use of some token `ATTRIBUTE_UNUSED` but it's not defined anywhere. Define it.
4. Switch all hashes to use the SRI style.
5. Switch to `finalAttrs` fixpoint style for better overriding.
6. Reduce the scope of `with lib;` in the `meta` section.
Bit of a smörgåsbord but not too bad.
2025-06-20 06:47:26 +02:00
Aleksana and GitHub
18975e6da3
cosmic: add orca (screen reader) support ( #417847 )
2025-06-20 12:38:17 +08:00
Vincent Laporte and Vincent Laporte
23328d1c23
ocamlPackages.janeStreet_0_15: remove
2025-06-20 06:31:50 +02:00
Mutsuha Asada and GitHub
c0b96fce53
ocamlPackages.directories: 0.5 -> 0.6 ( #414677 )
...
* ocamlPackages.directories: 0.5 -> 0.6
Changelog: https://github.com/OCamlPro/directories/releases/tag/0.6
Diff: https://github.com/OCamlPro/directories/compare/0.5...0.6
* ocamlPackages.directories: modernized derivation
- Rename: ocamlpro -> OCamlPro
- Added: meta.changelog
- Change: rev -> tag and sha256 -> hash
- Fix: minimalOCamlVersion
2025-06-20 06:25:56 +02:00
Colin and GitHub
704de12c28
mpris-discord-rpc: init at 0.4.0 ( #411588 )
2025-06-20 04:23:36 +00:00
b097a16254
crc64fast-nvme: init at 1.2.0
...
Co-authored-by: Aleksana <alexander.huang.y@gmail.com >
2025-06-19 20:58:09 -07:00
loner
aa8481ac52
kapitano: init at 1.1.2
2025-06-20 11:57:37 +08:00
Peder Bergebakken Sundt and GitHub
13a6c1a2d0
meowlnir: 0.5.0 -> 0.6.0 ( #417316 )
2025-06-20 05:56:48 +02:00
Peder Bergebakken Sundt and GitHub
b5e035e61d
mautrix-meta: 0.4.6 -> 0.5.0 ( #417315 )
2025-06-20 05:56:15 +02:00
Peder Bergebakken Sundt and GitHub
7f7f81fd59
mautrix-discord: 0.7.3 -> 0.7.4 ( #417311 )
2025-06-20 05:55:50 +02:00
Peder Bergebakken Sundt and GitHub
14cbbf687a
mautrix-gmessages: 0.6.2 -> 0.6.3 ( #417309 )
2025-06-20 05:55:25 +02:00
Peder Bergebakken Sundt and GitHub
88a777211d
nixos/tests/bird: migrate to runTest and test both bird2 and bird3 ( #417864 )
2025-06-20 05:54:39 +02:00
Pratham Patel
4b3f38fb77
nixos/cosmic: add orca (screen reader) support
2025-06-20 09:20:25 +05:30
Pratham Patel
83a5712b72
nixos/cosmic: add helper function to check for excluded package
2025-06-20 09:20:20 +05:30
Adam C. Stephens and GitHub
0d757bb2cd
zfs_{2_3,unstable}: 2.3.2 -> 2.3.3 ( #418264 )
2025-06-19 23:36:59 -04:00
Aleksana and GitHub
98f908854a
annotation-mono: init at 0.2 ( #418312 )
2025-06-20 11:26:34 +08:00
Philip Taron and GitHub
c732882ce1
s3ql: 5.2.3 -> 5.3.0 ( #415908 )
2025-06-19 20:10:51 -07:00
Colin and GitHub
0050e38ada
gtklock-virtkb-module: init at 0-unstable-2025-02-27 ( #412870 )
2025-06-20 02:48:08 +00:00
Yt and GitHub
9562a69330
python3Packages.fastembed: 0.7.0 -> 0.7.1 ( #418261 )
2025-06-19 22:41:19 -04:00
Max Guppy
f723d1207e
annotation-mono: init at 0.2
2025-06-20 12:36:14 +10:00
R. Ryantm
1daafc52a3
thunderbird-128-unwrapped: 128.11.0esr -> 128.11.1esr
2025-06-20 02:32:30 +00:00
Yt and GitHub
13feb26685
python3Packages.paddleocr: 3.0.1 -> 3.0.2 ( #418068 )
2025-06-19 22:30:52 -04:00
Peder Bergebakken Sundt and GitHub
076e8c6678
python312Packages.openai: 1.86.0 -> 1.87.0 ( #417329 )
2025-06-20 04:24:11 +02:00
Peder Bergebakken Sundt and GitHub
0c7cd54af8
python3Packages.reflex-hosting-cli: 0.1.49 -> 0.1.50 ( #414904 )
2025-06-20 04:05:12 +02:00
Peder Bergebakken Sundt and GitHub
f0d433d9a4
gk-cli: 2.1.2 -> 3.0.9 ( #415707 )
2025-06-20 03:56:31 +02:00
Peder Bergebakken Sundt and GitHub
35e1b26734
matrix-continuwuity: 0.5.0-rc.5 -> 0.5.0-rc.6 ( #418070 )
2025-06-20 03:54:52 +02:00