Randy Eckenrode
e526bb7756
qt5.qtwebengine: pin clang version to clang 15
...
The version of Chromium used by Qt WebEngine 5.15.x does not build with
clang 16 due to the following errors:
* -Wenum-constexpr-conversion: This is a downgradable error in clang 16,
but it is planned to be made into a hard error in a future version of
clang. Patches are not available for the version of v8 used by
Chromium in Qt WebEngine, and fixing the code is non-trivial.
* -Wincompatible-function-pointer-types: This is also a downgradable
error generated starting with clang 16. Patches are available upstream
that can be backported.
Because the first error is non-trivial to fix and suppressing it risks
future breakage, clang is pinned to clang 15, which also makes fixing
the incompatible function pointer conversion errors unnecessary.
The derivation is also updated to use the `overrideLibcxx` adapter.
Using it links qt5.qtwebengine against the same versions of libc++ and
libc++abi as qt5.qtbase even though they are built with different
versions of clang, avoiding the compatibility problems that can cause.
Also, reenable x86_64-darwin because it builds successfully too.
2023-11-05 20:26:28 -05:00
Weijia Wang and GitHub
2ee2d62dce
Merge pull request #265671 from wegank/onnx-clang
...
python311Packages.onnx: fix build on darwin
2023-11-06 02:10:21 +01:00
Weijia Wang and GitHub
9f75539752
Merge pull request #265665 from wegank/vtk-clang-16
...
vtk: fix build with clang 16
2023-11-06 02:10:10 +01:00
github-actions[bot] and GitHub
b23f12e076
Merge master into staging-next
2023-11-06 00:02:12 +00:00
markuskowa and GitHub
413655a1cf
Merge pull request #265649 from markuskowa/upd-nwchem
...
nwchem: 7.2.1 -> 7.2.2
2023-11-06 00:32:38 +01:00
Aaron Andersen and GitHub
e92f17ef87
Merge pull request #265705 from r-ryantm/auto-update/kodiPackages.pvr-hts
...
kodiPackages.pvr-hts: 20.6.3 -> 20.6.4
2023-11-05 18:26:15 -05:00
Vincent Laporte and Vincent Laporte
75fa489b3f
ocamlPackages.dum: fix build with OCaml ≥ 5.0
2023-11-06 00:18:25 +01:00
Vincent Laporte and Vincent Laporte
ab0a9324bf
ocamlPackages.piqi: disable for OCaml ≥ 5.0
2023-11-06 00:18:25 +01:00
Vincent Laporte and Vincent Laporte
92f35b4a88
ocamlPackages.cry: fix build with OCaml ≥ 5.0
2023-11-06 00:18:25 +01:00
Vincent Laporte and Vincent Laporte
89de0d84ce
ocamlPackages.camlimages: fix build with OCaml ≥ 5.0
2023-11-06 00:18:25 +01:00
Vincent Laporte and Vincent Laporte
af801efe5d
ocamlPackages.sodium: disable for OCaml ≥ 5.0
2023-11-06 00:18:25 +01:00
Philip Munksgaard and Anderson Torres
825e89dc57
smlfmt: 1.0.0 -> 1.1.0
2023-11-05 20:10:55 -03:00
Weijia Wang
524b9beb99
flann: fix build with clang 16
2023-11-06 00:07:55 +01:00
Uri Baghin and GitHub
57a323f304
Merge pull request #265130 from r-ryantm/auto-update/opentelemetry-collector
...
opentelemetry-collector: 0.87.0 -> 0.88.0
2023-11-06 06:47:52 +08:00
Maximilian Bosch and GitHub
19bbcbade3
Merge pull request #265071 from 999eagle/feat/matrix-sliding-sync-update
...
nixos/matrix-sliding-sync: add dependency on matrix-synapse if running locally
2023-11-05 23:24:01 +01:00
Weijia Wang
b3fbf842de
python311Packages.gdcm: switch to swig4
2023-11-05 23:23:27 +01:00
Weijia Wang
4b95c63e9f
python311Packages.pyvips: fix build with clang 16
2023-11-05 23:23:11 +01:00
Maximilian Bosch and GitHub
a908b98a64
Merge pull request #265708 from Stunkymonkey/nixos-test-prometheus-exporters
...
nixos/prometheus-exporters: fix knot & pgbounce tests
2023-11-05 23:18:51 +01:00
Weijia Wang
c26d8cceae
python311Packages.netcdf4: fix build with clang 16
2023-11-05 23:18:51 +01:00
Justin Bedő and GitHub
8dd45926ba
Merge pull request #261763 from nviets/nngUpdate
...
nng: 1.6.0-prerelease update for rPackages.nanonext
2023-11-06 08:53:40 +11:00
adisbladis and GitHub
fd07200bb9
Merge pull request #265585 from marsam/add-emacsPackages.lspce
...
emacsPackages.lspce: init at unstable-2023-10-30
2023-11-06 10:48:16 +13:00
adisbladis and GitHub
a1592fb410
Merge pull request #258299 from Arcayr/virtualisation-hostname
...
nixos/virtualisation: add hostname option to oci-containers.
2023-11-06 10:44:26 +13:00
K900 and GitHub
d87836b33e
Merge pull request #265702 from K900/fresh-fruit
...
yuzu: 1595 -> 1611, yuzu-ea: 3940 -> 3966
2023-11-06 00:28:34 +03:00
Anderson Torres
8a80c6827e
uxn: unstable-2023-09-29 -> unstable-2023-10-23
2023-11-05 18:28:24 -03:00
Atemu and GitHub
803429df05
Merge pull request #265181 from zzzsyyy/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2023-11-02
2023-11-05 22:02:37 +01:00
Sophie Tauchert
8627e0ef58
nixos/matrix/*: change dependencies on matrix-synapse.service to serviceUnit
2023-11-05 21:43:08 +01:00
Sophie Tauchert
70dc536ae0
nixos/matrix-synapse: add readOnly serviceUnit option
...
This is useful to configure services dependent on matrix-synapse regardless
of whether workers are enabled or not.
2023-11-05 21:38:39 +01:00
Sophie Tauchert
c8b5539626
nixos/matrix-sliding-sync: add dependency on matrix-synapse if running locally and restart
2023-11-05 21:31:20 +01:00
Vlad M and GitHub
6e9240e25b
Merge pull request #265643 from davidkna/cargo-outdated-coreservices
...
cargo-outdated: add missing `CoreServices` buildinput
2023-11-05 22:28:46 +02:00
R. Ryantm and Jonathan Ringer
fb3e93169d
libgpiod: 2.0.2 -> 2.1
2023-11-05 12:26:24 -08:00
R. Ryantm and Jonathan Ringer
a3c637e0ab
python310Packages.django-cacheops: 7.0.1 -> 7.0.2
2023-11-05 12:16:32 -08:00
Tomas Krupka and Jonathan Ringer
3579184dd6
xpano: 0.16.1 -> 0.17.0
2023-11-05 12:16:29 -08:00
R. Ryantm and Jonathan Ringer
2578eced62
python310Packages.django-configurations: 2.4.1 -> 2.5
2023-11-05 12:16:19 -08:00
Robert Schütz and GitHub
c81b8e3bf5
Merge pull request #265501 from r-ryantm/auto-update/python310Packages.wand
...
python310Packages.wand: 0.6.11 -> 0.6.13
2023-11-05 12:12:55 -08:00
Vincenzo Mantova and GitHub
87d7169f5c
ghostscript: pad headers at link time to prevent install_name_tool failure on Darwin ( #263833 )
2023-11-05 14:46:28 -05:00
Mario Rodas and GitHub
545696ef57
Merge pull request #265266 from R-VdP/rvdp/fwupd_1_9_7
...
fwupd: 1.9.6 -> 1.9.7
2023-11-05 14:41:47 -05:00
Weijia Wang and GitHub
7c579fd487
Merge pull request #265699 from wegank/cdrtools-clang
...
cdrtools: build with clang 14 on darwin
2023-11-05 20:39:33 +01:00
Mario Rodas and GitHub
7ad39723ae
Merge pull request #265637 from scm2342/kubectl-klock-0.5.0
...
kubectl-klock: 0.4.0 -> 0.5.0
2023-11-05 14:25:42 -05:00
Felix Buehler
b6b15798ef
nixos/prometheus.exporters.pgbouncer: migrate from connectionString to connectionStringFile
2023-11-05 20:25:29 +01:00
Felix Buehler
e0a147a3c8
nixos/prometheus.exporters.knot: migrate from extraConfig to settingsFile
2023-11-05 20:24:46 +01:00
Mario Rodas and GitHub
f91a68474b
Merge pull request #265592 from marsam/update-mystmd
...
mystmd: 1.1.23 -> 1.1.26
2023-11-05 14:24:08 -05:00
Weijia Wang
a749548a8b
python311Packages.piper-phonemize: fix build with clang 16
2023-11-05 20:18:50 +01:00
toonn and GitHub
754ada3a56
Merge pull request #262659 from reckenrode/crystal-fix
...
crystal: fix build with newer versions of clang
2023-11-05 19:59:01 +01:00
K900 and GitHub
e437fe253b
Merge pull request #262184 from aidalgol/missing-game-fhsenv-libs
...
Add libunwind to Heroic and Steam FHS envs
2023-11-05 21:54:40 +03:00
Weijia Wang
1acb4aaf7d
onnxruntime: fix build with clang 16
2023-11-05 19:49:04 +01:00
Lily Foster and GitHub
1780e9393b
Merge pull request #265579 from muscaln/teams-for-linux
...
teams-for-linux: 1.3.14 -> 1.3.18
2023-11-05 13:42:23 -05:00
R. Ryantm
5a4becbf70
kodiPackages.pvr-hts: 20.6.3 -> 20.6.4
2023-11-05 18:35:40 +00:00
K900
df4b33d97f
yuzu: 1595 -> 1611, yuzu-ea: 3940 -> 3966
2023-11-05 21:08:40 +03:00
github-actions[bot] and GitHub
bb38778356
Merge master into staging-next
2023-11-05 18:00:55 +00:00
Weijia Wang
6ba3c9fa72
cdrtools: build with clang 14 on darwin
2023-11-05 18:49:00 +01:00