Commit graph

659478 commits

Author SHA1 Message Date
Tristan Ross
e9fb54b256
cc-wrapper: add zig 2024-07-27 19:43:40 -07:00
Tristan Ross
65c81d4eae
zig: add cc wrapper 2024-07-27 19:43:36 -07:00
Emily
2c5b5ebf5e
Merge pull request #324471 from paparodeo/db-configure-fixes
db4: fix pthread configure detection
2024-07-28 01:35:40 +01:00
github-actions[bot]
f8a6105aee
Merge staging-next into staging 2024-07-28 00:03:18 +00:00
github-actions[bot]
62e86d24d6
Merge master into staging-next 2024-07-28 00:02:44 +00:00
Thiago Kenji Okada
1d72886b8a
Merge pull request #330467 from PPHyperion/update/osu-lazer-2024.727.0
osu-lazer{,-bin}: 2024.726.0 -> 2024.727.0
2024-07-28 00:52:46 +01:00
K900
daa0978d48
Merge pull request #330435 from K900/kernels-20240727
Kernel updates for 2024-07-27
2024-07-28 02:12:44 +03:00
7c6f434c
6d4350b123
Merge pull request #330510 from xzfc/cool-libreoffice
libreoffice-collabora: fix Hydra failure by splitting src derivation
2024-07-27 22:48:52 +00:00
Emily
52e4d162e8
Merge pull request #330441 from Sigmanificient/pysrt
python312Packages.pysrt: drop nose dependency
2024-07-27 23:33:02 +01:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
❄️
918a1f795e
Merge pull request #330495 from NickCao/cri-tools-cross
cri-tools: fix cross compilation
2024-07-27 18:58:11 -03:00
Sandro
1507db3804
Merge pull request #289820 from qubitnano/origin-curl-gnutls-certs 2024-07-27 23:51:03 +02:00
Pol Dellaiera
95688d40d6
Merge pull request #330513 from GaetanLepage/ruff
ruff: fix on darwin
2024-07-27 23:39:59 +02:00
Sigmanificient
9e330e9464 python312Packages.pysrt: drop nose dependency 2024-07-27 23:20:13 +02:00
Gaetan Lepage
7f898a6024 ruff: Fix on darwin 2024-07-27 23:18:09 +02:00
❄️
98ab87a16a
Merge pull request #314620 from NickCao/cmdpack
cmdpack: refactor build/installPhase, fix cross compilation
2024-07-27 18:09:48 -03:00
❄️
dbf4e912cc
Merge pull request #316012 from NickCao/pipx
python311Packages.pipx: fix cross compilation
2024-07-27 18:01:15 -03:00
Pol Dellaiera
6842744fad
Merge pull request #329933 from GaetanLepage/ruff
ruff: 0.5.4 -> 0.5.5
2024-07-27 22:59:36 +02:00
Pol Dellaiera
543a57e8d5
Merge pull request #330072 from kkoniuszy/bitwig-studio-5.2
bitwig-studio5: 5.1.9 -> 5.2
2024-07-27 22:58:29 +02:00
Pol Dellaiera
5247632532
Merge pull request #330132 from r-ryantm/auto-update/signal-cli
signal-cli: 0.13.4 -> 0.13.5
2024-07-27 22:58:19 +02:00
Pol Dellaiera
47159a280e
Merge pull request #330249 from jaredmontoya/update-session-desktop
session-desktop: 1.11.5 -> 1.12.5
2024-07-27 22:55:57 +02:00
❄️
a1894c2cc5
Merge pull request #330494 from NickCao/cjs-cross
cjs: fix cross compilation, set strictDeps
2024-07-27 17:53:47 -03:00
Pol Dellaiera
4db06d2d1b
Merge pull request #330369 from r-ryantm/auto-update/staruml
staruml: 6.2.1 -> 6.2.2
2024-07-27 22:52:15 +02:00
Pol Dellaiera
766efea4c7
Merge pull request #330387 from GaetanLepage/fwupd
fwupd: 1.9.21 -> 1.9.22
2024-07-27 22:51:49 +02:00
Emily
0b105561a9
Merge pull request #330500 from Sigmanificient/pylacrosse
python3Packages.pylacrosse: drop nose dependency
2024-07-27 21:51:27 +01:00
Pol Dellaiera
c354945bc2
Merge pull request #330437 from panchoh/fix-celestia-url
celestia: fix meta.homepage.url
2024-07-27 22:50:46 +02:00
Pol Dellaiera
d69b4ea16b
Merge pull request #330412 from gotlougit/master
llama-cpp: add shaderc dependency for Vulkan backend
2024-07-27 22:50:33 +02:00
Pol Dellaiera
67fe42cd0f
Merge pull request #330426 from redyf/update-starship
starship: 1.20.0 -> 1.20.1
2024-07-27 22:48:35 +02:00
Pol Dellaiera
9b136734fc
Merge pull request #330472 from afh/update-fzf
fzf: 0.54.1 -> 0.54.2
2024-07-27 22:47:08 +02:00
Albert Safin
f31b6e87b7 libreoffice-collabora: fix Hydra failure by splitting src derivation
The Hydra build of the libreoffice-collabora derivation introduced in
ab5bdfd3c6 ("libreoffice-collabora: init at 24.04.5-4") fails with the
status "Output limit exceeded" [1], particularly at fetchgit of its
sources.  Indeed, the full checkout of the git repo along with its
submodules takes 4.2 GB which is past the 3.4 GB Hydra's max_output_size
[2].  Unfortunately, the Collabora branch lacks the tarball releases
like the upstream fresh/still variants, so we still have to fetch these
submodules.  This commit gives up on the usage of fetchSubmodules and
instead fetches the submodules using separate fetchgit calls.  This
makes the structure of the nix expression for the collabora variant
closer to the fresh/still variants than the initial version of the
collabora variant.

[1]: https://hydra.nixos.org/build/267358376
[2]: 4b5dd4f974/build/hydra.nix (L51)
2024-07-27 20:39:40 +00:00
❄️
588d276ab1
Merge pull request #321357 from NickCao/appstream-cross
appstream: fix cross compilation
2024-07-27 17:39:08 -03:00
Nick Cao
67adae7a86
cri-tools: fix cross compilation 2024-07-27 16:36:38 -04:00
Sigmanificient
82845a483d python3Packages.pylacrosse: drop nose dependency 2024-07-27 22:30:56 +02:00
Fabian Affolter
f47fe6a7dc
Merge pull request #330086 from Sigmanificient/legitify
legitify: 0.1.5 -> 1.0.11
2024-07-27 22:25:50 +02:00
Emily
68e8a1b9b2
Merge pull request #330496 from Sigmanificient/pyrfc3339
python312Packages.pyrfc3339: drop nose dependency
2024-07-27 21:21:38 +01:00
R. Ryantm
e5c56b29ab agdaPackages.standard-library: 2.0 -> 2.1 2024-07-27 22:06:45 +02:00
Fabian Affolter
21ce9ccc6a
Merge pull request #330343 from fabaff/lacuscore-bump
python312Packages.playwrightcapture: 1.25.8 -> 1.25.9, python312Packages.lacuscore: 1.10.7 -> 1.10.8
2024-07-27 22:05:44 +02:00
Nikolay Korotkiy
c740227f95
Merge pull request #328941 from r-ryantm/auto-update/python312Packages.rioxarray
python312Packages.rioxarray: 0.15.7 -> 0.17.0
2024-07-28 00:00:35 +04:00
nixpkgs-merge-bot[bot]
40c346e11b
Merge pull request #330484 from r-ryantm/auto-update/wiremock
wiremock: 3.8.0 -> 3.9.1
2024-07-27 19:59:29 +00:00
Emily
8ac24638b1
Merge pull request #318226 from paparodeo/cmake-cc-full-path
cmake:  fix strictDeps
2024-07-27 20:58:22 +01:00
Sigmanificient
07c0b50bfb python312Packages.pyrfc3339: drop nose dependency 2024-07-27 21:57:19 +02:00
7c6f434c
ad083b0fbe
Merge pull request #330465 from hraban/sbcl-2.4.7
sbcl: 2.4.6 -> 2.4.7
2024-07-27 19:52:45 +00:00
Nick Cao
5ad533f218
cjs: fix cross compilation, set strictDeps 2024-07-27 15:47:48 -04:00
Robert Schütz
0ad7ed487c
Merge pull request #329962 from dotlambda/python3Packages.atomman
python312Packages.atomman: 1.4.6-unstable-2023-07-28 -> 1.4.11
2024-07-27 12:23:28 -07:00
7c6f434c
dfbfa17eb1
Merge pull request #330300 from afh/update-modernize-remind
remind: 05.00.01 -> 05.00.02
2024-07-27 19:21:20 +00:00
Someone
63cc38bf10
Merge pull request #324545 from paparodeo/treewide-strict-deps-fixes
treewide: fix packages that use cmake strict deps when cmake strict deps works
2024-07-27 22:19:23 +03:00
Sandro
08e37800ff
Merge pull request #294275 from ozkutuk/minigalaxy-126 2024-07-27 21:02:43 +02:00
Sandro
df6bc40347
Merge pull request #330240 from SuperSandro2000/intel-graphic-compiler 2024-07-27 21:01:08 +02:00
Sandro
2ae7003371
Merge pull request #330187 from SuperSandro2000/archisteamfarm 2024-07-27 21:00:45 +02:00
Sandro
d45f77174e
Merge pull request #330275 from SuperSandro2000/326060 2024-07-27 21:00:27 +02:00