Commit Graph

94010 Commits

Author SHA1 Message Date
github-actions[bot]
7629c42f3b
Merge staging-next into staging 2023-12-05 06:01:28 +00:00
github-actions[bot]
397840014f
Merge master into staging-next 2023-12-05 06:00:59 +00:00
happysalada
e3f79691f2 windmill: 1.210.1 -> 1.219.1; cleanup 2023-12-05 01:17:25 +00:00
sternenseemann
1b97c8741d
Merge pull request #268509 from sternenseemann/kill-llvm-6-7
haskell.compiler: stop reliance on LLVM 6 & 7; haskell.compiler.ghc884: remove at 8.8.4; llvmPackages_7: remove at 7.1.0
2023-12-05 02:03:01 +01:00
Fabián Heredia Montiel
3532bd963c
Merge pull request #271979 from vbgl/ocaml-gluten-0.5
ocamlPackages.gluten: 0.3.0 → 0.5.0
2023-12-05 00:27:27 +00:00
github-actions[bot]
dc5d7b29e6
Merge staging-next into staging 2023-12-05 00:02:52 +00:00
github-actions[bot]
740525486e
Merge master into staging-next 2023-12-05 00:02:18 +00:00
teutat3s
e72502b938 element-desktop: use electron version 27
Upstream switched to electron 27 in version 1.11.48
https://github.com/vector-im/element-desktop/releases/tag/v1.11.48
2023-12-05 01:00:23 +01:00
Fabián Heredia Montiel
5b8deaceca Merge remote-tracking branch 'origin/master' into staging-next
Fixed conflict in pkgs/applications/graphics/krita/

krita: 5.1.5 -> 5.2.0
7a40fdc288
, and
treewide: use kde mirror everywhere, don't use pname in download urls
aa15f5066d
2023-12-04 17:44:17 -06:00
happysalada
ca9bcc2e2a ossec: split into server & agent; 2.6 -> unstable 2023-08-09 2023-12-04 23:41:39 +00:00
Peder Bergebakken Sundt
049a83fa3c
Merge pull request #265085 from eclairevoyant/bamboo
fcitx5-bamboo: init at 1.0.4
2023-12-04 23:54:06 +01:00
Thomas Gerbet
cc8f80e618
Merge pull request #225134 from laalsaas/sss-cli
sss-cli: init at 0.1.1
2023-12-04 22:41:18 +01: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
André Silva
f2b0e57616
Merge pull request #272024 from alyssais/rustc-wasm32-rustcTarget
rustc-wasm32: fix build
2023-12-04 21:19:33 +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
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
d23df73a07 ctranslate2: enable cuDNN only if it is available 2023-12-04 19:07:23 +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
ae29d067ff llvmPackages_7: remove at 7.1.0 2023-12-04 19:42:57 +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
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
Nick Cao
c77b10b41b
hydra_unstable: 2023-12-01 -> 2023-12-04
Diff: 4d1c850512...4dc8fe0b08
2023-12-04 09:23:16 -05:00
Nick Cao
163a599225
Merge pull request #271957 from Anomalocaridid/handlr-0.9.0
handlr-regex: 0.8.5 -> 0.9.0
2023-12-04 09:08:50 -05:00
Alyssa Ross
a449e06d5f
rustc-wasm32: fix build
rust.config was never intended to exist, and has been removed.

Link: https://github.com/NixOS/nixpkgs/pull/271707#issuecomment-1838471170
Fixes: 973120823b ("lib.systems.elaborate: fix passing `rust` (more) (#271707)")
2023-12-04 12:58:27 +01:00
eryngion
e4c124c5a1 treewide: replace inherit (libsForQt5) with libsForQt5.callPackage where possible
Will help with cross compilation.
2023-12-04 11:00:18 +03:00
Vincent Laporte
f997248425
ocamlPackages.gluten-eio: init at 0.5.0 2023-12-04 07:28:12 +01:00
Ilan Joselevich
673c8d72ca
sshx: split components, unstable-2023-11-04 -> unstable-2023-11-23 2023-12-04 05:33:26 +02:00
happysalada
5f69f0ed2e python311Packages.openai: 0.28.1 -> 1.3.7
openai: cleanup
2023-12-04 03:02:51 +00:00
happysalada
0108269b38 python311Packages.html2image: init at 2.0.4.3 2023-12-04 03:02:51 +00:00
éclairevoyant
e673ae1405
fcitx5-bamboo: init at 1.0.4 2023-12-03 20:19:32 -05:00
Anomalocaridid
db4ce465ed handlr-regex: migrate to pkgs/by-name 2023-12-03 20:10:12 -05:00
Weijia Wang
d39479ec82
Merge pull request #265789 from frogamic/auto-update/pynitrokey
pynitrokey: 0.4.40 -> 0.4.42
2023-12-04 02:01:21 +01:00
Weijia Wang
a51b187147
Merge pull request #263904 from r-ryantm/auto-update/twitch-tui
twitch-tui: 2.5.1 -> 2.6.0
2023-12-04 01:14:15 +01:00
Peder Bergebakken Sundt
0794b6053c
Merge pull request #211815 from pbsds/pytikz-init
python3Packages.pytikz-allefeld: init at unstable-2022-11-01
2023-12-04 00:33:42 +01:00
Peder Bergebakken Sundt
d2852f5af0
Merge pull request #238711 from moni-dz/contour
contour: 0.3.1.200 -> 0.3.12.262
2023-12-04 00:10:19 +01:00
Doron Behar
fab84c702f
Merge pull request #228099 from danc86/fontbakery
fontbakery: init at 0.10.40
2023-12-03 22:07:42 +00:00
Atemu
fd7f5fd9a2
Merge pull request #269475 from jonringer/addhardwarerunpath-mini
addDriverRunpath: init
2023-12-03 22:27:36 +01:00
fortuneteller2k
1769cf416e contour: 0.3.1.200 -> 0.3.12.262
- use qt6 by default
  - codesign macOS bundle executable
  - install terminfo for Darwin
  - install shell completions for zsh and fish
2023-12-04 02:39:26 +08:00
Weijia Wang
6811ea649f
Merge pull request #249928 from wineee/hyprpicker
hyprpicker: switch to wlroots_0_16
2023-12-03 19:00:52 +01:00
Weijia Wang
bf4ee01fc6
Merge pull request #266725 from tejing1/update-vieb-10.5.0
vieb: 10.4.0 -> 10.6.0
2023-12-03 18:57:56 +01:00
Peder Bergebakken Sundt
4141279b13
Merge pull request #196196 from pbsds/go-perf
goperf: init at unstable-2023-11-08
2023-12-03 18:55:43 +01:00
Peder Bergebakken Sundt
579898c0dd
Merge pull request #268982 from starzation/hare-packages
hareThirdParty.hare-json: init at unstable-2023-09-21
2023-12-03 18:52:41 +01:00
Peder Bergebakken Sundt
a0349b5719
Merge pull request #260897 from OPNA2608/init/lomiri/accounts-qml-module
libsForQt5.accounts-qml-module: init at 0.7-unstable-2022-10-28
2023-12-03 18:49:44 +01:00
starzation
f036297287 hareThirdParty.hare-json: init at unstable-2023-09-21 2023-12-03 23:14:38 +07:00
Jonathan Ringer
20f5e3a137
addOpenGLRunpath: Add comment for deprecation schedule 2023-12-03 07:23:47 -08:00
Jonathan Ringer
c7c1388e82
addDriverRunpath: init 2023-12-03 07:22:51 -08:00
Janik
d35201a893
Merge pull request #240329 from PassiveLemon/animdl-pr 2023-12-03 14:11:27 +01:00
K900
ae3e7a0a48 qtforkawesome: add Qt6 support 2023-12-03 14:48:56 +03:00