Commit Graph

556343 Commits

Author SHA1 Message Date
Peter Ferenczy
def748adb4 sgfutils: init at unstable-2017-11-27
prefix path instead of setting

apply buildPhase suggestion

Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>

apply installPhase suggestion

remove package from all-packages.nix

add by-name package

add version number

fix description
2023-12-04 23:40:12 +02:00
Thomas Gerbet
69319e0269
Merge pull request #252765 from TheBrainScrambler/igir
igir: init at 2.0.6
2023-12-04 22:33:44 +01:00
Thomas Gerbet
aa51f78737
Merge pull request #271482 from ereslibre/fix-pkcs11helper
pkcs11helper: 1.29.0 -> 1.30.0
2023-12-04 22:24:42 +01:00
K900
3c1ad28f89
Merge pull request #266234 from SuperSamus/plasma-dconf-glib
nixos/plasma5: enable dconf by default
2023-12-05 00:23:29 +03:00
André Silva
f2b0e57616
Merge pull request #272024 from alyssais/rustc-wasm32-rustcTarget
rustc-wasm32: fix build
2023-12-04 21:19:33 +00:00
Larry May
1ee4fe3496 python3Packages.python-openems: unstable-2020-02-18 -> v0.0.36 2023-12-04 16:15:10 -05:00
Larry May
3081bc2fc2 python3Packages.python-csxcad: unstable-2020-02-18 -> v0.6.3 2023-12-04 16:15:05 -05:00
Larry May
d7632d8a73 csxcad: unstable-2022-05-18 -> v0.6.3 2023-12-04 16:14:13 -05:00
Thomas Gerbet
614a0079dc
Merge pull request #272054 from adamcstephens/vault/1.14.7
vault: 1.14.4 -> 1.14.7
2023-12-04 22:13:07 +01:00
Marc Jakobi
8998288f7b luaPackages.fzy: init at 1.0-1 2023-12-04 22:00:06 +01:00
Connor Baker
1e72cc2d8a
Merge pull request #272091 from ConnorBaker/fix/nccl-support-cuda-prev-11_4
cudaPackages.nccl: support building with CUDA < 11.4 with cudatoolkit
2023-12-04 15:19:26 -05:00
Connor Baker
d2800c585b cudaPackages.nccl: support building with CUDA < 11.4 with cudatoolkit 2023-12-04 20:17:35 +00:00
Rick van Schijndel
eb796d4f97
Merge pull request #271698 from NickCao/hydra
hydra_unstable: 2023-12-01 -> 2023-12-04
2023-12-04 20:59:27 +01:00
Connor Baker
35f91964c9
Merge pull request #272093 from ConnorBaker/fix/nccl-tests-support-cuda-prev-11_4
cudaPackages.nccl-tests: support building with CUDA < 11.4 with cudatoolkit
2023-12-04 14:53:44 -05:00
Connor Baker
32f61c9c32
Merge pull request #272085 from ConnorBaker/fix/tensorflow-remove-cuda-asserts
python3Packages.tensorflow: move asserts to broken to unbreak eval
2023-12-04 14:42:38 -05:00
Connor Baker
2c7f3c0fb7
Merge pull request #272084 from ConnorBaker/fix/ctranslate2-optional-cudnn-dep
ctranslate2: enable cuDNN only if it is available
2023-12-04 14:28:00 -05:00
Connor Baker
31607456ee python3Packages.tensorflow: move asserts to broken to avoid breaking eval 2023-12-04 19:10:06 +00:00
Connor Baker
d23df73a07 ctranslate2: enable cuDNN only if it is available 2023-12-04 19:07:23 +00:00
Connor Baker
5f5e76c081
Merge pull request #272086 from ConnorBaker/fix/jaxlib-bin-remove-cuda-asserts
python3Packages.jaxlib-bin: move asserts to broken to unbreak eval
2023-12-04 14:03:11 -05:00
Connor Baker
f0124cff66
Merge pull request #272082 from ConnorBaker/fix/torch-optional-cuda-deps
python3Packages.torch: enable cuDNN & NCCL only if available
2023-12-04 13:50:31 -05:00
Connor Baker
5bf016e1e9 python3Packages.torch: enable cuDNN & NCCL only if available 2023-12-04 18:49:00 +00:00
sternenseemann
8c59811e4e root5: broken with clang
Seems like any clang version > 5 doesn't work. Since root >= 6.0 is
available from nixpkgs, I think it is reasonable to mark it as broken
for now. Maybe someone can figure out if it is possible to backport a
fix from root >= 6.0.
2023-12-04 19:43:08 +01:00
sternenseemann
bb5dbaa4fa maude: remove clang version special casing
Previously, maude would force clang 7 to be used when compiling with a
stdenv that uses some version of clang. The only such case during native
compilation is on Darwin where maude is marked as broken currently.

Thus, I'm treating this as dead code and removing the logic, as it
hinders our ability to remove llvmPackages_7. This may regress some kind
of cross compilation use case, but this can be addressed at some other
point if anyone is relying on that at all.
2023-12-04 19:43:07 +01:00
sternenseemann
274c1f0970 haskell.compiler.ghc865Binary: don't pass llvmPackages_6
We want to remove llvmPackages_6, but it is the only version GHC 8.6.5
supports. Luckily, we actually don't need LLVM in any case, since all
X86 architectures have native codegen for Darwin and Linux, as well as
POWER for Linux. Consequently, we can just pass `null` and add an extra
assert to make this more transparent to future tinkerers.
2023-12-04 19:43:07 +01:00
sternenseemann
bd151aad5b haskell.compiler.ghc865Binary: correct useLLVM condition
GHC has a native backend for POWER and SPARC. This is relevant to 8.6.5
binary in the case of POWER where we actually have a bindist and don't
need to include LLVM.
2023-12-04 19:43:07 +01:00
sternenseemann
ea7faf9d9e haskell.compiler.ghc865Binary: clean up unused aarch64-linux src
GHC 8.6.5 binary is essentially broken on aarch64-linux, hence the
platform has been removed from meta in the past. We can also drop the
corresponding src data to lessen confusion.
2023-12-04 19:43:07 +01:00
sternenseemann
ae29d067ff llvmPackages_7: remove at 7.1.0 2023-12-04 19:42:57 +01:00
sternenseemann
01052abf25 cone: unstable-2021-07-25 -> unstable-2022-12-12 2023-12-04 19:42:46 +01:00
sternenseemann
46f14d30aa haskell.compiler.ghc884: remove at 8.8.4
The main aim of this is to be able to drop llvmPackages_7.
2023-12-04 19:42:44 +01:00
Connor Baker
92df577d87
Merge pull request #271720 from ConnorBaker/fix/ncurses-no-unicode
ncurses: gate postFixup related to unicode support (closes #271716)
2023-12-04 13:39:47 -05:00
Thomas Gerbet
c661b7d77e
Merge pull request #264842 from r-ryantm/auto-update/pjsip
pjsip: 2.13.1 -> 2.14
2023-12-04 19:39:12 +01:00
Ryan Lahfa
0275f6fc9e
Merge pull request #272061 from JulienMalka/clevis-fix-zfs-evaluation 2023-12-04 19:36:39 +01:00
Kerstin Humm
87724c94c3
mastodon: 4.2.1 -> 4.2.2 2023-12-04 19:28:36 +01:00
Connor Baker
5ac7bc5197 ncurses: gate postFixup related to unicode support (closes #271716) 2023-12-04 18:04:57 +00:00
Naïm Favier
f8012b8090
Merge pull request #268652 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2023-12-04 19:02:40 +01:00
Naïm Favier
4e40a200f5
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1802528](https://hydra.nixos.org/eval/1802528) of nixpkgs commit [5f1da6e](5f1da6e045) as of 2023-12-03 19:10 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-12-04 18:52:43 +01:00
Connor Baker
ebef0c3107 cudaPackages.nccl-tests: support building with CUDA < 11.4 with cudatoolkit 2023-12-04 17:35:38 +00:00
Ilan Joselevich
216b111fb8
Merge pull request #271881 from Kranzes/sshx-pkgs
sshx: update, split component and add web to sshx-server
2023-12-04 19:07:04 +02:00
Connor Baker
2252b26260 python3Packages.jaxlib-bin: move asserts to broken to avoid breaking eval 2023-12-04 17:03:35 +00:00
R. Ryantm
3bb1ff16f8 python310Packages.piccolo-theme: 0.18.0 -> 0.19.0 2023-12-04 16:42:05 +00:00
Nick Cao
4679e3657f
Merge pull request #272021 from r-ryantm/auto-update/python310Packages.oelint-parser
python310Packages.oelint-parser: 2.11.6 -> 2.12.0
2023-12-04 11:01:39 -05:00
Nick Cao
9d212970a9
Merge pull request #272046 from wegank/rure-bump
rure: update Cargo.lock
2023-12-04 11:00:03 -05:00
Nick Cao
a4b30ebc1e
Merge pull request #271682 from Kiskae/nvidia/535.43.19
linuxPackages.nvidia_x11_vulkan_beta: 535.43.16 -> 535.43.19
2023-12-04 10:57:52 -05:00
Thiago Kenji Okada
fe01686ae3
Merge pull request #272017 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_zen: 6.6.3-zen1 -> 6.6.4-zen1 ; linuxKernel.kernels.linux_lqx: 6.6.3-lqx1 -> 6.6.4-lqx1
2023-12-04 15:36:34 +00:00
Maximilian Bosch
cfe12c16b7
Merge pull request #271950 from SuperSandro2000/grafana
grafana: 10.2.0 -> 10.2.2
2023-12-04 16:35:18 +01:00
markuskowa
e6df603b30
Merge pull request #271980 from r-ryantm/auto-update/python310Packages.meep
python310Packages.meep: 1.27.0 -> 1.28.0
2023-12-04 16:29:52 +01:00
Julien Malka
28608b0448 nixos/clevis: skip filesystem with null devices 2023-12-04 15:21:16 +00:00
Larry May
4803b4b517 openems: unstable-2020-02-15 -> v0.0.36 2023-12-04 10:14:48 -05:00
Julien Malka
9b6b934949 nixos/clevis: guard zfs code behind config.clevis.boot.initrd.enable 2023-12-04 15:09:49 +00:00
Martin Weinelt
739d72c5c2
Merge pull request #272052 from GaetanLepage/torchaudio
python311Packages.torchaudio: fix build when cudaSupport is enabled
2023-12-04 16:06:20 +01:00