Commit Graph
678285 Commits
Author SHA1 Message Date
YtandGitHub 6423eb0fb7 openobserve: 0.10.1 -> 0.11.0 (#340079) 2024-09-06 15:46:09 +00:00
AleksanaandGitHub 4343294491 ibmcloud-cli: 2.17.0 -> 2.27.0 (#338375) 2024-09-06 23:33:56 +08:00
AleksanaandGitHub 6b045549f1 igv: only replace actual java commands with the full path (#338340) 2024-09-06 23:11:25 +08:00
AleksanaandGitHub de383830c4 nixos-rebuild: Fix repl with channels (#332705) 2024-09-06 23:07:25 +08:00
Damien CassouandGitHub cbebe9f318 crowdin-cli: 4.1.1 -> 4.1.2 (#340093) 2024-09-06 17:05:38 +02:00
AleksanaandGitHub e1080ba5fb termius: 8.12.9 -> 9.3.2, add update script, and fix icon problem (#334424) 2024-09-06 23:05:23 +08:00
José Luis Lafuente 7c78be883a clojure: 1.11.4.1474 -> 1.12.0.1479 2024-09-06 17:04:36 +02:00
AleksanaandGitHub c5654fa410 flat-remix-gtk: 20220627 -> 20240730 (#337009) 2024-09-06 23:04:14 +08:00
Fabian Affolter 52ec79a638 python312Packages.howdoi: disable flaky tests 2024-09-06 16:58:35 +02:00
AleksanaandGitHub 574d1eac1c vimPlugins.ranger-nvim: fix wrong patching (#340102) 2024-09-06 22:57:51 +08:00
Robert Schütz c93017b80d librewolf-unwrapped: 129.0.2-1 -> 130.0-1 2024-09-06 07:55:44 -07:00
nixpkgs-merge-bot[bot]andGitHub 0bc3d6f447 teams-for-linux: 1.9.5 -> 1.9.6 (#339628) 2024-09-06 14:49:10 +00:00
Gutyina Gergő 72ac9a149a bruno: 1.25.0 -> 1.28.0 2024-09-06 16:49:02 +02:00
R. Ryantm 5b33b2391d php83Extensions.snuffleupagus: 0.10.0 -> 0.11.0 2024-09-06 14:48:10 +00:00
Nikolay KorotkiyandGitHub eeedf03ed2 tippecanoe: 2.60.0 -> 2.62.0 (#339969) 2024-09-06 18:39:55 +04:00
Kira BruneauandGitHub f6330df718 python312Packages.nuitka: remove ccache dependency (#339804) 2024-09-06 10:29:40 -04:00
Martin Weinelt 8c3c9fb276 matrix-appservice-irc: 3.0.0 -> 3.0.1
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/3.0.1
2024-09-06 16:29:27 +02: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. StephensandGitHub 5f9c591eed erlang_27: 27.0 -> 27.0.1 (#329427) 2024-09-06 10:21:21 -04:00
Fabian Affolter 73a4d0d583 python312Packages.cx-freeze: 7.1.1 -> 7.2.0
Changelog: https://github.com/marcelotduarte/cx_Freeze/releases/tag/7.2.0
2024-09-06 16:19:39 +02: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. RyantmandEric Bailey 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
Paul Meyer d300e2a889 waagent: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-06 15:55:33 +02:00
Fabian Affolter 522317f121 python312Packages.devpi-common: refactor
- add missing packaging-legacy
2024-09-06 15:50:31 +02:00
Ilan Joselevich 8d2ba0feae buildRustCrate: Fix rust-overlay usage
I broke the usage of buildRustCrate with a toolchain from rust-overlay
when I added support for wasm32-unknown-unknown, this change adds
additional conditionals to restore the usage.

The toolchain can now be overriden either through
```
buildRustCrate {
  rust = toolchain;
  cargo = toolchain
}
```
or
```
buildRustCrate.override {
  rustc = toolchain;
  cargo = toolchain;
}
```
They should now be consistent with each other.
2024-09-06 16:47:29 +03: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 OkadaandGitHub 6427bcad3b emilua: bump + plugin support (#339898) 2024-09-06 14:45:33 +01:00
AleksanaandGitHub 0fd01c01ef music-player: fix build (#339972) 2024-09-06 21:45:14 +08:00
Thiago Kenji OkadaandGitHub 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
AleksanaandGitHub ba77fd6501 nixos/tests/dex-oidc: fix build (#340042) 2024-09-06 21:25:23 +08:00
AleksanaandGitHub 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
AleksanaandGitHub 31247792c6 pmtiles: add geospatial team as maintainer (#339256) 2024-09-06 21:18:39 +08:00
AleksanaandGitHub 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
lassulusandGitHub 671844dcef simplex-chat-desktop: 6.0.3 -> 6.0.4 (#340069) 2024-09-06 14:07:58 +01:00
OTABI TomoyaandGitHub d47b03249b python312Packages.cohere: 5.9.0 -> 5.9.1 (#339986) 2024-09-06 22:07:22 +09:00
Gaétan LepageandGitHub e2ca648bc0 python312Packages.ipykernel: remove debugpy dependency (#339807) 2024-09-06 14:59:55 +02:00
Paul Meyer a6ceac1a03 waagent: fix storage rules
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-06 14:44:33 +02:00
Nick CaoandGitHub aa3169dbfb v2ray-domain-list-community: 20240829063032 -> 20240905162746 (#340020) 2024-09-06 08:34:00 -04:00