Kira Bruneau
f6330df718
python312Packages.nuitka: remove ccache dependency ( #339804 )
2024-09-06 10:29:40 -04:00
John Ericson
5f134ec6cf
Clean up cross bootstrapping
...
For a long time, we've had `crossLibcStdenv`, `*Cross` libc attributes,
and `*bsdCross` pre-libc package sets. This was always bad because
having "cross" things is "not declarative": the naming doesn't reflect
what packages *need* but rather how we *provide* something. This is
ugly, and creates needless friction between cross and native building.
Now, almost all of these `*Cross` attributes are gone: just these are
kept:
- Glibc's and Musl's are kept, because those packages are widely used
and I didn't want to risk changing the native builds of those at this
time.
- generic `libcCross`, `theadsCross`, and friends, because these relate
to the convolulted GCC bootstrap which still needs to be redone.
The BSD and obscure Linux or freestnanding libcs have conversely all
been made to use a new `stdenvNoLibc`, which is like the old
`crossLibcStdenv` except:
1. It usable for native and cross alike
2. It named according to what it *is* ("a standard environment without
libc but with a C compiler"), rather than some non-compositional
jargon ("the stdenv used for building libc when cross compiling",
yuck).
I should have done this change long ago, but I was stymied because of
"infinite recursions". The problem was that in too many cases we are
overriding `stdenv` to *remove* things we don't need, and this risks
cyles since those more minimal stdenvs are used to build things in the
more maximal stdenvs.
The solution is to pass `stage.nix` `stdenvNoCC`, so we can override to
*build up* rather than *tear down*. For now, the full `stdenv` is also
passed, so I don't need to change the native bootstraps, but I can see
this changing as we make things more uniform and clean those up.
(adapted from commit 51f1ecaa59
)
(adapted from commit 1743662e55
)
2024-09-06 10:26:56 -04:00
Adam C. Stephens
5f9c591eed
erlang_27: 27.0 -> 27.0.1 ( #329427 )
2024-09-06 10:21:21 -04:00
Andrew Marshall
1b93140f68
blender: formatting
2024-09-06 10:06:04 -04:00
Andrew Marshall
0b3130d064
blender: fix runtime crash by adding missing wayland-scanner
...
Without this, it crashes on launch or render when using (at least)
Nvidia GPUs. Blender build needs this, but currently only warns during
build.
See also:
https://github.com/NixOS/nixpkgs/pull/214906
https://github.com/NixOS/nixpkgs/issues/340080
2024-09-06 10:06:04 -04:00
laalsaas
a89b885ae9
sway: integrate with systemd
...
see: https://github.com/swaywm/sway/wiki/Systemd-integration
2024-09-06 15:59:37 +02:00
R. Ryantm
87c8bf47ee
kubernetes-helmPlugins.helm-diff: 3.9.9 -> 3.9.10
2024-09-06 08:58:17 -05:00
Adam Stephens
836658e721
beam-packages: add nodocs target for building ex_doc on 27+
2024-09-06 09:57:17 -04:00
Fabian Affolter
522317f121
python312Packages.devpi-common: refactor
...
- add missing packaging-legacy
2024-09-06 15:50:31 +02:00
Fabian Affolter
f179901ab1
python312Packages.packaging-legacy: init at 23.0.post0
...
Module to support for legacy Python Packaging functionality
https://github.com/di/packaging_legacy
2024-09-06 15:47:22 +02:00
Thiago Kenji Okada
6427bcad3b
emilua: bump + plugin support ( #339898 )
2024-09-06 14:45:33 +01:00
Aleksana
0fd01c01ef
music-player: fix build ( #339972 )
2024-09-06 21:45:14 +08:00
Thiago Kenji Okada
57088c1b9d
flet-client-flutter: 0.22.1 -> 0.24.1 ( #339837 )
2024-09-06 14:42:15 +01:00
ocfox
6350c71d9b
music-player: format
2024-09-06 21:34:55 +08:00
R. Ryantm
3699871b13
libretro.ppsspp: unstable-2024-08-27 -> unstable-2024-09-06
2024-09-06 13:34:39 +00:00
ocfox
1af6eaf93c
music-player: 0.2.0-alpha.14 -> unstable-2024-08-24
...
update to 0.2.0-alpha.14-unstable-2024-08-24 to fix build
2024-09-06 21:34:18 +08:00
R. Ryantm
c44c8cc41e
libretro.mame2003-plus: unstable-2024-08-28 -> unstable-2024-09-06
2024-09-06 13:33:39 +00:00
Fabian Affolter
8a0179625c
python312Packages.docx2python: 2.11.0 -> 3.0.0
...
Diff: https://github.com/ShayHill/docx2python/compare/refs/tags/2.11.0...3.0.0
Changelog: https://github.com/ShayHill/docx2python/blob/refs/tags/3.0.0/CHANGELOG.md
2024-09-06 15:31:50 +02:00
R. Ryantm
f5ca707f27
crowdin-cli: 4.1.1 -> 4.1.2
2024-09-06 13:29:40 +00:00
Fabian Affolter
8df6327267
python312Packages.paragraphs: init at 1.0.1
...
Module to incorporate long strings
https://github.com/ShayHill/paragraphs
2024-09-06 15:29:13 +02:00
Aleksana
ba77fd6501
nixos/tests/dex-oidc: fix build ( #340042 )
2024-09-06 21:25:23 +08:00
Aleksana
ea36b19c58
snscrape: add patch to fix find_module deprecation ( #340029 )
2024-09-06 21:24:59 +08:00
Gaetan Lepage
8189ad34e6
ruff-lsp: 0.0.55 -> 0.0.56
...
Diff: https://github.com/astral-sh/ruff-lsp/compare/refs/tags/v0.0.55...v0.0.56
Changelog: https://github.com/astral-sh/ruff-lsp/releases/tag/v0.0.56
2024-09-06 15:19:52 +02:00
Aleksana
31247792c6
pmtiles: add geospatial team as maintainer ( #339256 )
2024-09-06 21:18:39 +08:00
Aleksana
a870a6e9bb
saml2aws: install shell completion ( #339219 )
2024-09-06 21:18:13 +08:00
kilianar
e3a5d6076a
git-cola: 4.8.1 -> 4.8.2
...
https://github.com/git-cola/git-cola/releases/tag/v4.8.2
2024-09-06 15:14:53 +02:00
lassulus
671844dcef
simplex-chat-desktop: 6.0.3 -> 6.0.4 ( #340069 )
2024-09-06 14:07:58 +01:00
OTABI Tomoya
d47b03249b
python312Packages.cohere: 5.9.0 -> 5.9.1 ( #339986 )
2024-09-06 22:07:22 +09:00
Gaétan Lepage
e2ca648bc0
python312Packages.ipykernel: remove debugpy dependency ( #339807 )
2024-09-06 14:59:55 +02:00
Nick Cao
aa3169dbfb
v2ray-domain-list-community: 20240829063032 -> 20240905162746 ( #340020 )
2024-09-06 08:34:00 -04:00
Andrew Bruce
f396598f86
openobserve: 0.10.1 -> 0.11.0
...
Co-authored-by: Julien Urraca <julien.urraca@maersk.com>
2024-09-06 13:31:16 +01:00
Stig
566b329c9a
cloudflare-warp: 2024.4.133 -> 2024.6.497 ( #336116 )
2024-09-06 14:31:09 +02:00
José Romildo Malaquias
3d1c58857c
qogir-kde: 0-unstable-2024-07-29 -> 0-unstable-2024-09-01 ( #339924 )
2024-09-06 09:28:54 -03:00
Jonas Heinrich
28cd3a0d7e
php.packages.composer: 2.7.7 -> 2.7.9
2024-09-06 14:18:29 +02:00
R. Ryantm
48ded1ab4a
libretro.mame2003: unstable-2024-08-22 -> unstable-2024-09-04
2024-09-06 12:11:30 +00:00
R. Ryantm
5915cd2946
libretro.beetle-supergrafx: unstable-2024-08-30 -> unstable-2024-09-06
2024-09-06 12:11:20 +00:00
R. Ryantm
d3609033f3
simplex-chat-desktop: 6.0.3 -> 6.0.4
2024-09-06 12:10:39 +00:00
R. Ryantm
5fcec147ac
libretro.beetle-pce: unstable-2024-08-30 -> unstable-2024-09-06
2024-09-06 12:10:32 +00:00
Fabian Affolter
4ba7c4d3ea
python312Packages.drivelib: refactor
2024-09-06 14:08:40 +02:00
DontEatOreo
96acd3592d
gallery-dl: 1.27.3 -> 1.27.4
...
Changelog: https://github.com/mikf/gallery-dl/releases/tag/v1.27.4
Diff: https://github.com/mikf/gallery-dl/compare/v1.27.3...v1.27.4
2024-09-06 14:44:32 +03:00
Masum Reza
5a24308c38
androidStudioPackages.beta: 2024.1.2.11 -> 2024.2.1.6 ( #340030 )
2024-09-06 17:08:30 +05:30
R. Ryantm
60d76da42f
libretro.stella: unstable-2024-08-29 -> unstable-2024-09-01
2024-09-06 11:27:46 +00:00
Fabian Affolter
fb6971a270
snscrape: add patch to fix find_module deprecation
2024-09-06 13:22:26 +02:00
R. Ryantm
212c5aaea7
libretro.pcsx-rearmed: unstable-2024-08-22 -> unstable-2024-09-03
2024-09-06 11:20:42 +00:00
R. Ryantm
c8be21a916
libretro.beetle-psx-hw: unstable-2024-08-30 -> unstable-2024-09-06
2024-09-06 11:18:38 +00:00
R. Ryantm
3158f89e11
libretro.snes9x: unstable-2024-08-10 -> unstable-2024-09-05
2024-09-06 11:18:34 +00:00
R. Ryantm
238b88fc75
libretro.picodrive: unstable-2024-08-09 -> unstable-2024-09-06
2024-09-06 11:13:40 +00:00
Adam C. Stephens
6b80565dad
restic: 0.17.0 -> 0.17.1 ( #339915 )
2024-09-06 07:06:46 -04:00
ajs124
54604767a2
remove myself from maintainer list of packages I don't use anymore ( #339910 )
2024-09-06 13:05:55 +02:00
R. Ryantm
abbeda0e18
libretro.prboom: unstable-2024-06-28 -> unstable-2024-09-05
2024-09-06 11:05:10 +00:00