Commit Graph

712880 Commits

Author SHA1 Message Date
Gaetan Lepage
6962442748 tinymist: 0.12.0 -> 0.12.4
Diff:
https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.12.0...0.12.4

Changelog:
https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.12.4/CHANGELOG.md
2024-11-25 10:21:49 +01:00
Sergei Trofimovich
90474914ee gcc: do not allow version skew when cross-building gcc
When `gcc` is cross-built (`build` != `target` && `host` == `target`)
`gcc` assumes that it has a compatible cross-compiler in the environment
that can build target libraries. Version of a cross-compiler has to
match the compiler being cross-built as libraries frequently use fresh
compiler features, like `-std=c++26` or target-specific types like
`_Bfloat16`.

Version mismatch causes build failures like:

    https://github.com/NixOS/nixpkgs/issues/351905

Similar problems (but on a smaller scale) happen when a `gcc`
cross-compiler is built (`build` == `host` && `host` != `target`) built
by a mismatching version of a native compiler (`build` == `host` &&
`host` == `target`). That was worked around by forcing `gcc9Stdenv` for
older compiler versions.

Let's fix both problems by requiring the same compiler version for
cross-case.

Closes: https://github.com/NixOS/nixpkgs/issues/351905
2024-11-25 09:11:38 +00:00
Jon Seager
ff57eb8c6c
python312Packages.craft-parts: 2.1.2 -> 2.1.3 (#358777) 2024-11-25 08:47:44 +00:00
R. Ryantm
2de18b37cf aerospike: 7.2.0.1 -> 7.2.0.4 2024-11-25 08:13:20 +00:00
Gaétan Lepage
7d819dfd5e
vimPlugins.spaceman-nvim: init at 2024-11-03 (#358884) 2024-11-25 09:10:40 +01:00
Gaetan Lepage
95f9d5d2b3 vimPlugins.codecompanion-nvim: init at 2024-11-24 2024-11-25 09:04:39 +01:00
Emily
29ef7a233d
treewide: remove deprecations after 24.11 branch-off (#358735) 2024-11-25 08:03:00 +00:00
Fabian Affolter
23ed5b9d55
python312Packages.pyftdi: update disabled
- add changelog to meta
2024-11-25 09:01:27 +01:00
Wolfgang Walther
094453260d
cinnamon: remove
As the TODO says.
2024-11-25 08:54:07 +01:00
Ulrik Strid
4633a7c723
ocamlPackages.menhir: support --suggest-menhirLib (#358146) 2024-11-25 08:53:41 +01:00
Leona Maroni
1044b2ccdb
nixos/paperless: add environmentFile option (#350944) 2024-11-25 08:51:01 +01:00
Tomodachi94
a7f52c5905
stirling-pdf: 0.30.1 -> 0.33.1 (#357412) 2024-11-24 23:45:10 -08:00
Fabian Affolter
422e9c14e3 python311Packages.pyoverkiz: 1.14.2 -> 1.15.0
Diff: https://github.com/iMicknl/python-overkiz-api/compare/refs/tags/v1.14.2...v1.15.0

Changelog: https://github.com/iMicknl/python-overkiz-api/releases/tag/v1.15.0
2024-11-25 08:37:51 +01:00
Maximilian Bosch
0f9abba69d
Merge: mautrix-signal: 0.7.2 -> 0.7.3 (#358785) 2024-11-25 08:33:43 +01:00
Sefa Eyeoglu
b9a481fc4f
lan-mouse: 0.9.1 → 0.10.0 (#358745) 2024-11-25 08:19:11 +01:00
Emily
9437ab6a53
squeak: fix build (#358156) 2024-11-25 07:16:51 +00:00
R. Ryantm
52158e9453 trealla: 2.57.1 -> 2.60.18 2024-11-25 07:03:58 +00:00
happysalada
68eacce4f7 rbw: fix darwin build 2024-11-25 01:21:07 -05:00
happysalada
e18aee47b3 rbw: nix-fmt rfc style 2024-11-25 01:20:44 -05:00
R. Ryantm
a77a60f882 picom-pijulius: 8.2-unstable-2024-11-12 -> 8.2-unstable-2024-11-15 2024-11-25 06:12:32 +00:00
Aleksana
988507244d
python3Packages.hydrogram: init at 0.1.4 (#299966) 2024-11-25 14:04:47 +08:00
R. Ryantm
58e31a2445 globalping-cli: 1.4.0 -> 1.4.3 2024-11-25 05:43:06 +00:00
R. Ryantm
bb102da5de gleam: 1.6.1 -> 1.6.2 2024-11-25 05:08:47 +00:00
Peder Bergebakken Sundt
f792ec7d15
python312Packages.skops: disable flaky test (#358630) 2024-11-25 05:48:30 +01:00
Peder Bergebakken Sundt
6561131f8d
streamcontroller: Use commit hash to fetch releases (#358608) 2024-11-25 05:45:21 +01:00
Emily
8cc8dbc1af
glsl_analyzer: fix on x86_64-darwin (#356886) 2024-11-25 04:30:39 +00:00
Austin Horstman
2b2e6614ce
{nodePackages.jsonlint,luaPackages.luacheck}: add meta.mainProgram (#358173) 2024-11-24 22:15:00 -06:00
Sam
6d404af7be
glsl_analyzer: fix on x86_64-darwin
Because apple-sdk defaults to 11 on aarch64-darwin, glsl_analyzer builds
fine, but on x86_64-darwin (where apple-sdk defaults to 10.12) it fails
to build. I've bumped the SDK version to be 11 on both platforms, which
fixes the build.
2024-11-24 20:09:20 -08:00
Tomodachi94
b3e9840b74
litecoin{,d}: drop (#358865) 2024-11-24 20:03:02 -08:00
FlyingStitchman
a0ffe5aefa
vimPlugins.spaceman-nvim: init at 2024-11-03 2024-11-25 04:02:18 +00:00
nixpkgs-merge-bot[bot]
af7318fcb1
kubectl-gadget: 0.33.0 -> 0.34.0 (#358667) 2024-11-25 03:45:54 +00:00
Donovan Glover
f780ed7b05
xcp: 0.21.3 -> 0.22.0 (#355776) 2024-11-25 03:31:44 +00:00
wxt
f5ed2b6041
python3Packages.globus-sdk: 3.45.0 -> 3.48.0 2024-11-25 11:29:58 +08:00
Donovan Glover
09a863cd27
deno: 2.0.6 -> 2.1.1 (#357942) 2024-11-25 03:25:32 +00:00
Robert Schütz
c05012cead
mollysocket: 1.5.2 -> 1.5.3 (#358245) 2024-11-24 19:11:15 -08:00
Robert Schütz
1901f9687b
python312Packages.qt5reactor: disable (#358266) 2024-11-24 19:10:56 -08:00
Robert Schütz
449d1f7638
impression: 3.2.0 -> 3.3.0 (#358308) 2024-11-24 19:10:01 -08:00
R. Ryantm
b5af449a6f git-credential-gopass: 1.15.14 -> 1.15.15 2024-11-25 03:09:34 +00:00
Robert Schütz
ad14846166
Revert "limesctl: drop" (#358874) 2024-11-24 19:06:00 -08:00
Robert Schütz
5c6f35fe6b
Revert "limesctl: drop" 2024-11-24 19:05:47 -08:00
Robert Schütz
31c6a65eca python312Packages.cachecontrol: 0.14.0 -> 0.14.1
Diff: https://github.com/ionrock/cachecontrol/compare/refs/tags/v0.14.0...v0.14.1

Changelog: https://github.com/psf/cachecontrol/releases/tag/v0.14.1
2024-11-24 19:02:42 -08:00
Aleksana
98d17cfc77
limesctl: drop (#353788) 2024-11-25 10:59:03 +08:00
R. Ryantm
1fcc0e1569 melody: 0.19.0 -> 0.20.0 2024-11-25 02:47:52 +00:00
utopiatopia
6b92b09f03 cemu-ti: mark x86_64-linux broken 2024-11-24 18:34:45 -08:00
utopiatopia
6960c3bacc cemu-ti: add aarch64-linux platform 2024-11-24 18:34:43 -08:00
Emily
f1dd207da7 rippled{,-validator-keys-tool}: drop
This package was broken from May until November’s ZHF due to a Git
security change. In itself, that’s a one‐line fix, but a greater
concern is that this package hasn’t been updated since 2022; there
have been many releases since, including backward‐incompatible
protocol changes:

> If you operate an XRP Ledger server, upgrade to version 1.10.0 by
> March 21 to ensure service continuity.

Since it is after March 2023 and nobody has reported this package
broken, I conclude that nobody uses it, and we should remove it until
an interested maintainer comes along.
2024-11-25 02:14:31 +00:00
Someone
3856d658d0
python312Packages.tensorflow: use tensorflow-bin by default (#345658)
Not even asking for forgiveness
2024-11-25 02:13:17 +00:00
Emily
fb2dd4aed7 boost175: drop
Obsolete version with no remaining users in the tree. Already removed
by other distributions.
2024-11-25 02:11:38 +00:00
Emily
03675716cf litecoin{,d}: drop
Our current version is from March 2023; there was a release with a
critical security fix in March of this year, and another one with more
security fixes two weeks ago. The listed maintainer has been inactive
in Nixpkgs for years and it seems nobody else is stepping up to keep
this package secure and updated. Let’s drop it until that changes.
2024-11-25 02:08:10 +00:00
R. Ryantm
2b1c7203df gopass-hibp: 1.15.14 -> 1.15.15 2024-11-25 02:07:24 +00:00