Commit Graph

103226 Commits

Author SHA1 Message Date
Maximilian Bosch
179b6bce21
Merge: linux_4_19: drop (#343283) 2024-09-22 16:46:54 +02:00
Emily
3b5f32c447
python312Packages.blessings: drop (#336152) 2024-09-22 15:25:12 +01:00
Aleksana
7a4b840dd4
treewide: fix nixd warnings (#343155) 2024-09-22 21:26:45 +08:00
Sandro
9c711566cd
emiluaPlugins: introduce botan and secp256k1 (#342594) 2024-09-22 14:11:29 +02:00
Aleksana
12a6f39dd0
netbird: 0.29.3 -> 0.29.4 (#343270) 2024-09-22 19:10:57 +08:00
Aleksana
0af73a7a28
gen-license: 0.1.2 -> 0.1.4 (#321190) 2024-09-22 19:05:42 +08:00
Aleksana
33e82aab99
sng: 1.1.0 -> 1.1.1 (#342809) 2024-09-22 19:00:45 +08:00
Stig
68de265d94
perlPackages.FinanceQuote: 1.62 -> 1.63 (#343659) 2024-09-22 12:29:50 +02:00
Weijia Wang
84cd38f778
globalprotect-openconnect: add core logic and packages for 2.x releases (#316526) 2024-09-22 12:07:33 +02:00
Weijia Wang
2b0ff836a9 nixos/globalprotect: mention removal 2024-09-22 11:06:38 +02:00
Yongun Seong
ee7cd3722d
perlPackages.FinanceQuote: 1.62 -> 1.63 2024-09-22 16:09:41 +09:00
Emily
6177650dda
llvmPackages: unify version for all platforms but Darwin (#343245) 2024-09-22 02:16:47 +01:00
Fabián Heredia Montiel
3fc3952596 aliases: cleanup linux kernels EOL aliases 2024-09-21 19:11:50 -06:00
Fabián Heredia Montiel
777c1bc861 linux_4_19: drop since it will reach EOL within NixOS 24.11 2024-09-21 19:11:50 -06:00
h7x4
f21ae37d3d
clash-verge: remove (#342557) 2024-09-22 01:41:17 +02:00
Valter Nazianzeno
7308690e9a emiluaPlugins.secp256k1: init at 0.5.0 2024-09-21 21:04:35 +00:00
Valter Nazianzeno
253688541a emiluaPlugins.botan: init at 1.1.0 2024-09-21 21:01:44 +00:00
h7x4
9a0f009815
ibus-engines.mozc-ut: init at 2.30.5544.102 (#314248) 2024-09-21 20:18:30 +02:00
Saturn745
9098c0ad9f netbird: 0.29.3 -> 0.29.4
Change back to buildGoModule and override it
2024-09-21 10:28:54 -07:00
Rahul Rameshbabu
b08d6a664f
globalprotect-openconnect: remove deprecated 1.x package
The 1.x iteration of globalprotect-openconnect is no longer being
developed. Remove related components from nixpkgs.

Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
2024-09-21 10:20:21 -07:00
Yt
29768748c8
onlyoffice-bin: 8.1.0 -> 8.1.1; rename to onlyoffice-desktopeditors (#343213) 2024-09-21 10:50:46 -04:00
Johannes Jöns
eca2693230
python3Packages.notobuilder: init at 0-unstable-2024-08-03 (#333709) 2024-09-21 14:32:54 +00:00
zendo
fe0d4615fe clash-verge: remove 2024-09-21 22:31:17 +08:00
sarahec
33d7c2226c python312Packages.langchain-ollama: init at 0.2.0 2024-09-20 19:50:47 -07:00
jopejoe1
c04358b80f python3Packages.notobuilder: init at 0-unstable-2024-08-03 2024-09-20 21:22:22 +02:00
Peder Bergebakken Sundt
ffe5c6cc56
python312Packages.flax: 0.8.5 -> 0.9.0 (#342970) 2024-09-20 20:58:26 +02:00
Emily
bb7c7d604d llvmPackages: unify version for all platforms but Darwin
Currently, every platform uses LLVM 18 except for the following
exceptions:

* Darwin, on LLVM 16.
* WASM, on LLVM 16.
* Android, on LLVM 12.

As discussed with RossComputerGuy and alyssais on Matrix, we plan to
bump both Darwin and Linux to LLVM 19 after the 24.11 branch‐off,
and try to keep them in sync after that, bumping to new stable LLVM
releases immediately after releases branch off.

This prepares for a 25.05 where `llvmPackages` is a simple
platform‐independent alias by removing all the redundant branches
and upgrading WASM and Android to LLVM 18.

I checked with lilyinstarlight who did the previous LLVM bump for
WASM and she confirmed that there should be no particular reason to
keep it pinned to 16 so long as Firefox continues to compile, and I
have confirmed that it does.

Android was last bumped back when the other platforms
were on LLVM 7, which is pretty good evidence that these
platform‐specific conditionals create unnecessary divergence
and bitrot quickly. Due to the “maximum‐of‐minimums”
cross‐compilation logic, it was inevitably picking LLVM 16 or 18
anyway. `pkgsCross.aarch64-android.hello` fails the exact same way
as it does on `master` on all the platforms I tested (compiler-rt
failing to build on `aarch64-linux` and `x86_64-linux`, and the Linux
headers package expecting `gcc(1)` on `aarch64-darwin`).

I’m not entirely sure that the maximum‐of‐minimums logic is
correct (should it be completely ignoring `buildPlatform` like this?),
but since it will hopefully go away very soon I’ve decided not to
spend more time thinking about it.
2024-09-20 12:22:32 +01:00
Jörg Thalheim
eb678b4772
nix-serve: unstable-2018-03-20 → unstable-2024-09-17 (#342714) 2024-09-20 12:04:08 +02:00
Marcus Ramberg
3a3261791c
perlPackages.FFIPlatypus: 2.08 -> 2.09 (#343129) 2024-09-20 11:46:01 +02:00
Marcus Ramberg
c47d1b14b1
perlPackages.ArchiveLibarchive: 0.08 -> 0.09 (#343128) 2024-09-20 11:35:57 +02:00
Jonas Heinrich
965a11b6e1 onlyoffice-bin: 8.1.0 -> 8.1.1; rename to onlyoffice-desktopeditors 2024-09-20 08:50:57 +00:00
Frank Lanitz
3c59a7e43f homebank: move to pkgs/by-name 2024-09-20 10:33:21 +02:00
Aleksana
5e5abe8ff4
elvis: modernize (#341950) 2024-09-20 16:05:07 +08:00
Aleksana
7a0c502d82
matrix-zulip-bridge: init at 0.4.1 (#337953) 2024-09-20 15:44:02 +08:00
Gaetan Lepage
3fc5f62749 python312Packages.treescope: init at 0.1.5 2024-09-20 07:49:16 +02:00
LuoChen
25341f2a50
top-level: tidy up to fix nixd warnings 2024-09-20 10:03:16 +08:00
Anderson Torres
bd780a5040 elvis: migrate to by-name 2024-09-19 22:00:02 -03:00
Sandro
8bd64f269a
paperoni: drop (#327011) 2024-09-20 00:34:29 +02:00
TomaSajt
8fb923f56b
perlPackages.FFIPlatypus: 2.08 -> 2.09 2024-09-19 23:35:11 +02:00
TomaSajt
7ac508d441
perlPackages.ArchiveLibarchive: 0.08 -> 0.09 2024-09-19 23:27:12 +02:00
Weijia Wang
bcee243290
aligator: init at 0.8.0 (#342751) 2024-09-19 22:42:41 +02:00
Robert Richter
032ac73439
zulip-emoji-mapping: init at 1.0.1 2024-09-19 22:37:20 +02:00
Shogo Takata
5566c5f666
fixup! ibus-engines.mozc-ut: init at 2.30.5544.102 2024-09-19 23:07:09 +09:00
Bobby Rong
04b776d6cd
libgedit-amtk, libgedit-gfls, libgedit-gtksourceview, libgedit-tepl, gedit, enter-tex: Update (#342828) 2024-09-19 22:02:52 +08:00
Atemu
fa09c7cca3
steam-run: make free and create version without steam (#334773) 2024-09-19 15:09:28 +02:00
Someone
bb84917965
python3Packages.tensorflow-bin: Use CUDA 12, add Jetson support (#334996) 2024-09-19 11:54:20 +00:00
adisbladis
4087c4a5c9
nrfutil: reinit at 7.11.1 (#327945) 2024-09-19 03:52:13 +00:00
Jörg Thalheim
293dd6c11f
paperoni: drop
Package hasn't see any package and is still marked as alpha.
We don't have any maintainer for this package either.
2024-09-19 02:35:16 +02:00
Guilhem Saurel
22e19d0b93 aligator: init at v0.7.0 2024-09-18 23:29:31 +02:00
Guilhem Saurel
17d7e76bbd crocoddyl: move to pkgs/by-name 2024-09-18 23:26:27 +02:00