Commit Graph
414539 Commits
Author SHA1 Message Date
SandroandGitHub d8bfafb65d Merge pull request #180910 from DeeUnderscore/update/streamlink-4.2.0 2022-10-04 15:26:52 +02:00
SandroandGitHub 5ecf65eb6f Merge pull request #193680 from wegank/gimp-aarch64-darwin 2022-10-04 15:12:33 +02:00
SandroandGitHub 453efa3153 python310Packages.versioningit: move patching to postPatch 2022-10-04 15:06:21 +02:00
ajs124andGitHub 445e6eec20 Merge pull request #194402 from helsinki-systems/fix/schema2ldif
schema2ldif: Fix ldap-schema-manager not working
2022-10-04 15:03:00 +02:00
ajs124andGitHub f985c308d9 Merge pull request #194385 from helsinki-systems/fix/icinga2-vim-pname
icinga2: Add pname to .vim
2022-10-04 14:55:45 +02:00
Jörg ThalheimandGitHub 3609cdec2d Merge pull request #194393 from r-ryantm/auto-update/gum
gum: 0.6.0 -> 0.7.0
2022-10-04 14:49:03 +02:00
Fabian AffolterandGitHub 0fff3a2530 Merge pull request #194182 from fabaff/nmap-bump
nmap: 7.92 -> 7.93
2022-10-04 14:37:44 +02:00
Frederik RietdijkandFrederik Rietdijk b794e83b39 python3Packages.wxPython4_1: fix build 2022-10-04 14:29:25 +02:00
Frederik RietdijkandFrederik Rietdijk 081db4e4b7 python3Packages.wxPython4_0: fix build 2022-10-04 14:29:25 +02:00
Fabian AffolterandGitHub 19ac0da7ee Merge pull request #194390 from r-ryantm/auto-update/python310Packages.pyhiveapi
python310Packages.pyhiveapi: 0.5.13 -> 0.5.14
2022-10-04 14:25:47 +02:00
Fabian AffolterandGitHub 0ba44a03f6 Merge pull request #193308 from fabaff/dirstalk
dirstalk: init at 1.3.3
2022-10-04 14:17:18 +02:00
Fabian AffolterandGitHub 16726716f2 Merge pull request #194383 from r-ryantm/auto-update/python310Packages.pyatmo
python310Packages.pyatmo: 7.0.1 -> 7.1.0
2022-10-04 14:10:13 +02:00
R. RyantmandBobby Rong a097585ef1 ft2-clone: 1.58 -> 1.59 2022-10-04 20:03:19 +08:00
Weijia Wang 7994937ed2 pygtk: fix build on aarch64-darwin 2022-10-04 13:42:41 +02:00
Weijia Wang d8cb641929 pygobject: fix build on aarch64-darwin 2022-10-04 13:42:21 +02:00
Weijia Wang 4ef739adf1 scandir: fix build on aarch64-darwin 2022-10-04 13:41:56 +02:00
Janne Heß 7527505f0b schema2ldif: Fix ldap-schema-manager not working
Also minor package fixes to clean it up.
2022-10-04 13:31:23 +02:00
squalusandKerstin d0637e1a25 vouch-proxy: enable checkPhase
Upstream fixed tests in https://github.com/vouch/vouch-proxy/commit/8eae4e5edc9
2022-10-04 13:26:13 +02:00
R. Ryantm 7543658008 gum: 0.6.0 -> 0.7.0 2022-10-04 10:40:56 +00:00
R. Ryantm 4094a6176e python310Packages.pyhiveapi: 0.5.13 -> 0.5.14 2022-10-04 10:19:59 +00:00
Janne Heß 3d92e81834 icinga2: Add pname to .vim
Makes it compatible with the vim module of home-manager which expects
pname to be set.
2022-10-04 11:50:20 +02:00
SandroandGitHub 0490b307e5 Merge pull request #194369 from marsam/update-yt-dlp 2022-10-04 11:43:36 +02:00
R. Ryantm 0406a78202 python310Packages.pyatmo: 7.0.1 -> 7.1.0 2022-10-04 09:32:53 +00:00
LassulusandGitHub 177554c0a1 Merge pull request #194285 from bandithedoge/master 2022-10-04 11:29:38 +02:00
Fabian AffolterandGitHub 877f90019a Merge pull request #194096 from r-ryantm/auto-update/python310Packages.django-reversion
python310Packages.django-reversion: 5.0.2 -> 5.0.3
2022-10-04 11:10:22 +02:00
oxalicaandMatthieu Coudron f9af66562a neovim-remote: fix build with neovim 0.8 2022-10-04 10:59:08 +02:00
Christian KöglerandGitHub b38d7f4b89 Merge pull request #193538 from yvesf/fix-qcad-desktop-file
qcad: fix executable path in .desktop file
2022-10-04 10:51:07 +02:00
markuskowaandGitHub 722de8a2ab Merge pull request #194197 from markuskowa/upd-ucx
ucx: 1.13.0 -> 1.13.1
2022-10-04 10:45:07 +02:00
SandroandGitHub 83928b1d5e Merge pull request #193165 from pmiddend/crystfel-wrap-program-fix
crystfel-headless: fix wrapProgram dependency
2022-10-04 10:44:48 +02:00
Frederik RietdijkandFrederik 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. RyantmandBobby Rong 2882790801 libplctag: 2.5.1 -> 2.5.2 2022-10-04 16:28:29 +08:00
R. RyantmandBobby Rong 31852b4600 kotlin: 1.7.10 -> 1.7.20 2022-10-04 16:26:44 +08:00
Bobby RongandGitHub b29c25d356 Merge pull request #193577 from erdnaxe/arguments-pname-version
arguments: rename name to pname&version
2022-10-04 16:24:08 +08:00
R. RyanTMandGitHub e2f8348fab buildah: 1.27.2 -> 1.28.0 (#194360) 2022-10-04 18:23:36 +10:00
Pavol RusnakandGitHub 01c6a05689 Merge pull request #194112 from prusnak/electrum
electrum: make compatible with protobuf 4+
2022-10-04 10:20:35 +02:00
Bobby RongandGitHub bd472350e9 Merge pull request #193793 from zendo/update-kooha
kooha: 2.0.1 -> 2.2.2
2022-10-04 16:20:17 +08:00
R. RyantmandBobby Rong b7a6fde153 ferium: 4.1.10 -> 4.1.11 2022-10-04 16:17:53 +08:00
R. RyantmandBobby Rong 2107211a4e benthos: 4.8.0 -> 4.9.0 2022-10-04 16:11:00 +08:00
R. RyantmandBobby Rong 3c8f16a2e2 rust-analyzer-unwrapped: 2022-09-26 -> 2022-10-03 2022-10-04 16:04:02 +08:00
Adam JosephandAlyssa Ross c46bdcbaf2 nixos/lib/qemu-common.nix: set qemuSerialDevice for isMips64 2022-10-04 07:48:12 +00:00
Fabian AffolterandGitHub 533ca3db3c Merge pull request #194313 from r-ryantm/auto-update/python310Packages.google-cloud-appengine-logging
python310Packages.google-cloud-appengine-logging: 1.1.4 -> 1.1.5
2022-10-04 09:32:48 +02:00
Fabian AffolterandGitHub 6b8a227979 Merge pull request #194315 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-logging
python310Packages.google-cloud-bigquery-logging: 1.0.5 -> 1.0.6
2022-10-04 09:32:33 +02:00
Fabian AffolterandGitHub f677a3b3b8 Merge pull request #194317 from r-ryantm/auto-update/python310Packages.google-cloud-datacatalog
python310Packages.google-cloud-datacatalog: 3.9.1 -> 3.9.2
2022-10-04 09:31:56 +02:00
Fabian AffolterandGitHub a17ba2a1a9 Merge pull request #194318 from r-ryantm/auto-update/python310Packages.google-cloud-iot
python310Packages.google-cloud-iot: 2.6.2 -> 2.6.3
2022-10-04 09:24:27 +02:00
Fabian AffolterandGitHub 2e88eb2a55 Merge pull request #194319 from r-ryantm/auto-update/python310Packages.google-cloud-redis
python310Packages.google-cloud-redis: 2.9.1 -> 2.9.2
2022-10-04 09:24:06 +02:00
Fabian AffolterandGitHub 12dfc0ee3d Merge pull request #194322 from r-ryantm/auto-update/python310Packages.google-cloud-secret-manager
python310Packages.google-cloud-secret-manager: 2.12.4 -> 2.12.5
2022-10-04 09:23:50 +02:00
Fabian AffolterandGitHub 74fe630b41 Merge pull request #194323 from r-ryantm/auto-update/python310Packages.google-cloud-os-config
python310Packages.google-cloud-os-config: 1.12.2 -> 1.12.3
2022-10-04 09:23:40 +02:00
Fabian AffolterandGitHub 288222fff9 python310Packages.django-reversion: disable on older Python releases 2022-10-04 09:20:44 +02:00
Fabian AffolterandGitHub ee5375f475 Merge pull request #194283 from r-ryantm/auto-update/python3.10-pytest-subprocess
python310Packages.pytest-subprocess: 1.4.1 -> 1.4.2
2022-10-04 09:17:35 +02:00
Fabian AffolterandGitHub 04175413f9 Merge pull request #194324 from r-ryantm/auto-update/python310Packages.google-cloud-speech
python310Packages.google-cloud-speech: 2.15.1 -> 2.16.0
2022-10-04 09:16:09 +02:00