Winter
867d3dd394
matrix-sdk-crypto-nodejs: init at 0.1.0-beta.2
2022-10-07 00:23:14 -04:00
Mario Rodas
9129874867
Merge pull request #194850 from r-ryantm/auto-update/simdjson
...
simdjson: 2.2.3 -> 3.0.0
2022-10-06 21:21:06 -05:00
R. Ryantm
49951023e4
simdjson: 2.2.3 -> 3.0.0
2022-10-07 01:41:13 +00:00
Mario Rodas
cbcb03da03
Merge pull request #194783 from r-ryantm/auto-update/libupnp
...
libupnp: 1.14.13 -> 1.14.14
2022-10-06 18:58:23 -05:00
Timothy DeHerrera
2d387fb2e3
Merge pull request #186689 from LunNova/lunnova/cura-upgrade
...
PyQt6: init at 6.4.0
2022-10-06 14:36:27 -06:00
R. Ryantm
50018a3f02
libupnp: 1.14.13 -> 1.14.14
2022-10-06 18:02:33 +00:00
Sandro
98a76af7b0
Merge pull request #152312 from cwyc/gdk-pixbuf-webp
2022-10-06 11:52:58 +02:00
Luna Nova
b5f31454a3
qt-6: Port hooks from qt-5
2022-10-05 22:09:13 -07:00
Mario Rodas
bc2a327595
Merge pull request #194680 from r-ryantm/auto-update/uriparser
...
uriparser: 0.9.6 -> 0.9.7
2022-10-06 00:04:22 -05:00
Adam Joseph
946f7ba477
webkitgtk: set -DENABLE_JOURNALD_LOG=OFF if !systemdSupport
...
USE_SYSTEMD was replaced by ENABLE_JOURNALD_LOG:
f1ff3cc0f5
-- Could NOT find Journald (missing: Journald_LIBRARY Journald_INCLUDE_DIR)
CMake Error at Source/cmake/OptionsGTK.cmake:486 (message):
libsystemd or libelogind are needed for ENABLE_JOURNALD_LOG
Call Stack (most recent call first):
Source/cmake/WebKitCommon.cmake:220 (include)
CMakeLists.txt:20 (include)
-- Configuring incomplete, errors occurred!
See also "/build/webkitgtk-2.36.0/build/CMakeFiles/CMakeOutput.log".
See also "/build/webkitgtk-2.36.0/build/CMakeFiles/CMakeError.log".
2022-10-06 11:25:38 +08:00
R. Ryantm
44c1c9887a
uriparser: 0.9.6 -> 0.9.7
2022-10-06 01:09:09 +00:00
Samuel Ainsworth
6a55613b04
Merge pull request #185557 from dguibert/dg/cudatoolkit_11_7_0
...
cudatoolkit: reintroduce version 11.7.0 to master
2022-10-05 12:02:29 -07:00
markuskowa
47de42155e
Merge pull request #194434 from markuskowa/upd-spglib
...
spglib: 1.16.5 -> 2.0.1
2022-10-05 10:50:14 +02:00
R. Ryantm
032490f3bf
libvirt: 8.7.0 -> 8.8.0
2022-10-05 04:34:44 +02:00
K900
b7a47253e0
Merge pull request #194435 from K900/wireplumber-0.4.12
...
wireplumber: 0.4.11 -> 0.4.12
2022-10-04 20:28:49 +03:00
Bernardo Meurer
5236fdc433
Merge pull request #194439 from hercules-ci/fix-python3Packages.libvirt-build-on-darwin
2022-10-04 13:25:56 -03:00
Robert Hensing
092bb3c6e0
python3Packages.libvirt: Fix build on darwin
...
The `zfs` package is not supported on darwin at all, resulting in
an evaluation error.
This change conditionally removes the patch that tried to introduce
the dependency regardless of that fact in f00d562080
,
https://github.com/NixOS/nixpkgs/pull/191552
2022-10-04 17:57:03 +02:00
K900
94b9ed29b9
wireplumber: 0.4.11 -> 0.4.12
2022-10-04 18:12:23 +03:00
markuskowa
c17f8f9e76
Merge pull request #194421 from sheepforce/avogadro2
...
avogadro2: 1.95.1 -> 1.97.0
2022-10-04 17:09:20 +02:00
Markus Kowalewski
9817dd375c
spglib: 1.16.5 -> 2.0.1
...
Disable tests. The tests are now handled as seperate cmake subproject.
2022-10-04 17:07:55 +02:00
markuskowa
859a6b3bcf
Merge pull request #194430 from sheepforce/cp2k
...
cp2k: 9.1.0 -> 2022.2
2022-10-04 16:53:00 +02:00
Phillip Seeber
93c7d8070c
avogadrolibs: 1.95.1 -> 1.97.0, disable mmtf-cpp
...
avogadrolibs: reenable mmtf-cpp
2022-10-04 16:34:10 +02:00
Phillip Seeber
f633575af3
libvori: 210412 -> 220621
2022-10-04 16:01:15 +02:00
erdnaxe
04c496c155
telepathy-farstream: rename name to pname&version ( #193575 )
2022-10-04 15:49:16 +02:00
markuskowa
722de8a2ab
Merge pull request #194197 from markuskowa/upd-ucx
...
ucx: 1.13.0 -> 1.13.1
2022-10-04 10:45:07 +02:00
Frederik Rietdijk
34d1d336ad
onnnxruntime, python3Packages.onnxruntime: improve packaging
...
The Python bindings to onnxruntime were added by me in #193188 .
Adding Python support this way is not a good way. Here a wheel was
created (which is fine) and installed in a python output. The
propagated-build-inputs file is put in the dev output. That's fine,
except that stdenv.mkDerivation does not automatically add dev when
python is included, because other outputs are only added when no
output is explicitly selected. This means that when you want to use
these bindings in another Python package, pip will complain it cannot
find the dependencies of the bindings.
In this PR, the onnxruntime derivation outputs a wheel in the dist output.
Then, in python-packages.nix we have a separate onnxruntime package
which installs the bindings.
The Python bindings have quite some dependencies which, depending on
your use case, are not required. Thus the dependency relax hook is
used to remove some of these dependencies.
Note there is also an issue with protobuf versions. The onnxruntime
bindings require an older protobuf and Python protobuf which we
cannot offer. Thus protobuf is also removed as Python dependency.
2022-10-04 10:33:48 +02:00
R. Ryantm
2882790801
libplctag: 2.5.1 -> 2.5.2
2022-10-04 16:28:29 +08:00
Bobby Rong
b29c25d356
Merge pull request #193577 from erdnaxe/arguments-pname-version
...
arguments: rename name to pname&version
2022-10-04 16:24:08 +08:00
David Guibert
feccefa684
tensorrt: fix for cudaVerison 11.7
2022-10-04 08:26:45 +02:00
David Guibert
df956cf4c1
Revert "Revert "cudatoolkit_11_7: init at 11.7.0""
...
This reverts commit 90c505790c
.
2022-10-04 08:26:28 +02:00
cwyc
6f0689ddca
webp-pixbuf-loader: init at 0.0.6
2022-10-03 20:58:37 -04:00
Christian Kögler
1f69982b86
Merge pull request #194212 from Luflosi/update/nsync
...
nsync: 1.24.0 -> 1.25.0
2022-10-03 22:24:40 +02:00
Sandro
055cd58064
Merge pull request #194101 from SuperSandro2000/libcec
2022-10-03 20:34:40 +02:00
superherointj
ef6c6c8c86
Merge pull request #194180 from tobim/pkgs/protobuf/fix-static-protoc
...
pkgsStatic.protobuf: fix installation of protoc
2022-10-03 12:26:58 -03:00
R. Ryantm
e9bd62f650
simdjson: 2.2.2 -> 2.2.3
2022-10-03 21:50:17 +08:00
Markus Kowalewski
1b015cf57b
ucx: 1.13.0 -> 1.13.1
2022-10-03 10:57:55 +02:00
Tobias Mayer
41963339b9
pkgsStatic.protobuf: fix installation of protoc
2022-10-03 08:28:17 +02:00
Sandro Jäckel
82d94d1aed
libcec: remove ? null from inputs, use postPatch
2022-10-02 19:13:46 +02:00
Luflosi
cd7bcc9174
nsync: 1.24.0 -> 1.25.0
...
https://github.com/google/nsync/releases/tag/1.25.0
2022-10-02 17:43:49 +02:00
Luflosi
3f2381e4bd
nsync: fix build on macOS
2022-10-02 17:43:49 +02:00
Luflosi
4c0eb8eb9e
nsync: add Luflosi as maintainer
2022-10-02 17:43:47 +02:00
Jörg Thalheim
e748d4d029
Merge pull request #194050 from kilianar/indilib-1.9.8
...
indilib: 1.9.6 -> 1.9.8
2022-10-02 17:40:05 +02:00
Jörg Thalheim
782cdeffe0
Merge pull request #193969 from tjni/packr-aarch64-broken
...
packr: mark broken on darwin
2022-10-02 17:04:14 +02:00
7c6f434c
0fb890ecfb
Merge pull request #193812 from r-ryantm/auto-update/simgear
...
simgear: 2020.3.13 -> 2020.3.14
2022-10-02 14:28:37 +00:00
Jörg Thalheim
5745e1a01d
Merge pull request #193999 from r-ryantm/auto-update/libre
...
libre: 2.7.0 -> 2.8.0
2022-10-02 12:23:03 +02:00
kilianar
b1faf42f3c
indi-3rdparty: 1.9.3 -> 1.9.8
...
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.4
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.5
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.6
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.7
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.8
2022-10-02 12:04:28 +02:00
kilianar
28356e3801
indilib: 1.9.6 -> 1.9.8
...
- https://github.com/indilib/indi/releases/tag/v1.9.7
- https://github.com/indilib/indi/releases/tag/v1.9.8
2022-10-02 12:02:27 +02:00
Jörg Thalheim
310701f379
librem: 2.7.0 -> 2.8.0
2022-10-02 11:52:50 +02:00
R. Ryantm
64bd14d866
libre: 2.7.0 -> 2.8.0
2022-10-01 23:10:08 +00:00
Sandro
cc23141ba4
Merge pull request #191729 from tfmoraes/wxgtk32
2022-10-01 22:58:05 +02:00