Commit Graph

76951 Commits

Author SHA1 Message Date
zowoq
38eb5ec7ba
kubectl-doctor: fix build with go 1.18 (#194693) 2022-10-06 18:40:58 +02:00
Bernardo Meurer
5f7f076822
Merge pull request #194769 from r-ryantm/auto-update/libvirt 2022-10-06 13:31:02 -03:00
R. Ryantm
68ccf81f32 libvirt: 8.8.0 -> 8.8.0 2022-10-06 15:55:45 +00:00
Jonas Heinrich
d6c658f34f wordpress: Add wordpressPackages 2022-10-07 00:23:06 +09:00
maxine
9d268c3003
Merge pull request #194695 from techknowlogick/nomad-bump
nomad_1_2: 1.2.12 -> 1.2.13, nomad_1_3: 1.3.5 -> 1.3.6,  nomad_1_4: init at 1.4.0
2022-10-06 16:21:47 +02:00
Thiago Kenji Okada
27a89ba43b
Merge pull request #194681 from Enzime/add/rectangle
rectangle: init at 0.59
2022-10-06 12:36:05 +01:00
Sandro
98a76af7b0
Merge pull request #152312 from cwyc/gdk-pixbuf-webp 2022-10-06 11:52:58 +02:00
Sandro
56c4845a4f
Merge pull request #194704 from viraptor/procs-darwin-intel 2022-10-06 11:51:42 +02:00
Stanisław Pitucha
9d3d55dae5
Merge pull request #190693 from foo-dogsquared/add-ear-tag
eartag: init at 0.2.1
2022-10-06 20:26:23 +11:00
Sandro
cba026e859
Merge pull request #190733 from zendo/whatip
whatip: init at 1.1
2022-10-06 09:42:20 +02:00
Daniel Olsen
53e40f2e95 google-drive-ocamlfuse: Use ocaml 4.12
Required because of an indirect dependency on ocamlPackages.ocaml_pcre
Which has a minimum version of ocaml 4.12
2022-10-06 09:38:19 +02:00
Weijia Wang
17f64e0a42 heptagon: init at 1.05.00 2022-10-06 09:31:41 +02:00
Stanisław Pitucha
5a814f2bf4 procs: fix intel-darwin build 2022-10-06 16:37:35 +11:00
techknowlogick
801293d6ea nomad_1_4: init at 1.4.0 2022-10-05 23:29:24 -04:00
Anderson Torres
cabcec1477
Merge pull request #194206 from PanAeon/fix-fs-uae-launcher
Fix fs-uae-launcher Qt wrapping issue
2022-10-05 23:01:06 -03:00
Michael Hoang
151446151e rectangle: init at 0.59 2022-10-06 12:20:32 +11: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
Dennis Gosnell
a2d443c7e8
Merge pull request #193927 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-10-05 11:15:03 -04:00
vitalii
48f810bd79 fs-uae-launcher: fix Qt wrapping issue
Fixes #161716
2022-10-05 14:19:11 +03:00
Sandro
be36cb1636
Merge pull request #194445 from naphta/master
opcr-policy: init at 0.1.42
2022-10-05 12:45:53 +02:00
Vladimír Čunát
295b093dd9
Merge #193591: libbpf: add libbpf_1 for libbpf 1.0.1 2022-10-05 09:12:48 +02:00
github-actions[bot]
7137087254
Merge master into haskell-updates 2022-10-05 00:21:02 +00:00
figsoda
bc990f27c9
Merge pull request #194268 from figsoda/lemmeknow
lemmeknow: init at 0.6.0
2022-10-04 19:13:08 -04:00
Thomas Gerbet
5662a30757 rain: build with Go 1.18 instead of 1.17
Go 1.17 is EOL.
2022-10-05 08:17:01 +10:00
Jake Hill
14bb4ee9b7 opcr-policy: init at 0.1.42 2022-10-04 17:34:18 +01:00
figsoda
898dd0e872
Merge pull request #194225 from figsoda/artem
artem: init at 1.1.5
2022-10-04 12:16:16 -04:00
figsoda
851632706f
Merge pull request #194220 from figsoda/cargo-lock
cargo-lock: init at 8.0.2
2022-10-04 12:16:02 -04:00
Sandro
d8bfafb65d
Merge pull request #180910 from DeeUnderscore/update/streamlink-4.2.0 2022-10-04 15:26:52 +02:00
Gabriel Arazas
ce8874a16c eartag: init at 0.2.1 2022-10-04 20:17:49 +08:00
Fabian Affolter
0ba44a03f6
Merge pull request #193308 from fabaff/dirstalk
dirstalk: init at 1.3.3
2022-10-04 14:17:18 +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
Fabian Affolter
e464d624b2
Merge pull request #193968 from fabaff/clairvoyance
clairvoyance: init at 2.0.4
2022-10-04 09:11:11 +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
Bernardo Meurer
6b58d8b8ac
Merge pull request #194254 from oxalica/pkg/canokey-qemu 2022-10-03 22:37:42 -03:00
José Romildo Malaquias
78537abc21
Merge pull request #191369 from romildo/new.httpUpdater
directoryListingUpdater: init; enlightenment.enlightenment: add update script
2022-10-03 22:03:36 -03:00
cwyc
6f0689ddca webp-pixbuf-loader: init at 0.0.6 2022-10-03 20:58:37 -04:00
github-actions[bot]
ed251f3eb4
Merge master into haskell-updates 2022-10-04 00:21:27 +00:00
Pavol Rusnak
2b378b9db9
Merge pull request #194289 from fufexan/electron
electron_21: init at 21.0.1
2022-10-04 01:37:26 +02:00
Mihai Fufezan
1ca2296b03
electron_21: init at 21.0.1 2022-10-04 01:42:48 +03:00
D Anzorge
5a65614cbd pythonPackages.versioningit: init at 2.0.1 2022-10-04 00:27:35 +02:00
Luc Perkins
388d6c1c2f hashi-up: init at 0.16.0 2022-10-04 08:02:00 +10:00
Sandro
718d7b8540
Merge pull request #192277 from swflint/add-readstat-pyreadstat 2022-10-03 23:01:07 +02:00
Sandro
4a1fb3a5cc
Merge pull request #176276 from wesleyjrz/add-tym 2022-10-03 22:59:22 +02:00
Sandro
a0196c7c09
Merge pull request #189672 from zseri/libzbc 2022-10-03 22:45:14 +02:00
Sandro
7a8b71e8b7
Merge pull request #189287 from astro/gtkradiant
gtkradiant: init at 1.5-2022-07-31
2022-10-03 22:29:30 +02:00
Sandro
05600f3202
Merge pull request #191982 from totoroot/init/inklingreader
inklingreader: init at unstable-2017-09-07
2022-10-03 22:27:56 +02:00
Sandro
040cae3e3c
Merge pull request #190987 from gador/kodiPlugins.waveform-visualization-init 2022-10-03 22:19:54 +02:00
Samuel W. Flint
f5355f8a38 pyreadstat: init at 1.1.9 2022-10-03 15:11:38 -05:00
Samuel W. Flint
35d5dd7989 readstat: init at 1.1.8
The readstat package allows for reading and manipulating
SAS/Stata/SPSS data files.  This can be useful for interacting and
interoperating with datasets distributed in these formats.
2022-10-03 15:11:30 -05:00
Zoey de Souza Pessanha
87447d4776
polypane: init at 10.0.1 (#158159)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-03 21:51:13 +02:00