Frederik Rietdijk
587538d087
Merge staging-next into staging
2020-11-23 18:10:33 +01:00
Sandro
78a06ae6be
Merge pull request #104305 from r-ryantm/auto-update/petsc
...
petsc: 3.14.0 -> 3.14.1
2020-11-23 14:07:11 +01:00
Mario Rodas
2ae538b2d4
Merge pull request #104529 from r-ryantm/auto-update/fmt
...
fmt: 7.0.3 -> 7.1.2
2020-11-23 07:46:20 -05:00
Mario Rodas
6d994c8f2b
Merge pull request #104566 from r-ryantm/auto-update/openlibm
...
openlibm: 0.7.2 -> 0.7.3
2020-11-23 07:24:28 -05:00
Mario Rodas
7532a4c17e
Merge pull request #104602 from r-ryantm/auto-update/tiledb
...
tiledb: 2.1.2 -> 2.1.3
2020-11-23 07:24:04 -05:00
Pavol Rusnak
dc79251bd4
Merge pull request #104127 from RaghavSood/cre2/srx
...
cre2: 0.3.0 -> 0.3.6
2020-11-23 09:21:40 +01:00
Ryan Mulligan
8f8fdd76d3
Merge pull request #104606 from r-ryantm/auto-update/tpm2-tss
...
tpm2-tss: 3.0.1 -> 3.0.2
2020-11-22 06:59:20 -08:00
R. RyanTM
f9d14ca7b4
tpm2-tss: 3.0.1 -> 3.0.2
2020-11-22 14:16:36 +00:00
R. RyanTM
ae782eea95
tiledb: 2.1.2 -> 2.1.3
2020-11-22 13:43:03 +00:00
Daniël de Kok
b653e00b8d
Merge pull request #104267 from Flakebi/amdvlk
...
amdvlk: 2020.Q4.4 -> 2020.Q4.5
2020-11-22 11:49:36 +01:00
R. RyanTM
69dfe8d67a
openlibm: 0.7.2 -> 0.7.3
2020-11-22 06:23:37 +00:00
R. RyanTM
1a15a0b02d
fmt: 7.0.3 -> 7.1.2
2020-11-21 20:56:52 +00:00
Michael Weiss
0e5158fa9d
pipewire: Fix screen sharing with Chromium ( #104504 )
...
See https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/270 .
E.g. Fedora and Arch have already backported that patch.
This avoids errors like:
Chromium: [E][module-protocol-native.c:562 on_remote_data()] protocol-native 0x33df5483c780: got connection error
pipewire[1168]: [E][000002106.051912][module-protocol-native.c:305 connection_data()] protocol-native 0x1b96900: client 0x1d084f0 error -22 (Invalid argument)
I've successfully tested screen sharing with Chromium 87.0.4280.66.
cc https://github.com/NixOS/nixpkgs/issues/91218
2020-11-21 21:29:11 +01:00
Doron Behar
840661a706
Merge pull request #104472 from doronbehar/pkg/xmlsec
2020-11-21 21:13:20 +02:00
tbenst
39acab6358
opencv: allow other blas/lapack
2020-11-21 11:38:56 +01:00
Doron Behar
ea9cada455
xmlsec: use nss_3_53
...
Otherwise the build fails the tests. Probably a regression since the
update of nss to 3.59.
2020-11-21 10:39:54 +02:00
Doron Behar
6c5c0fc1a8
xmlsec: 1.2.30 -> 1.2.31
2020-11-21 10:39:02 +02:00
Frederik Rietdijk
54cb417ba0
Merge staging-next into staging
2020-11-21 08:43:46 +01:00
Frederik Rietdijk
1ffd7cf0d6
Merge master into staging-next
2020-11-21 08:43:10 +01:00
freezeboy
c99a4f92ac
libsForQt5.herqq: fix build with qt5.15
...
Using a unreleased commit from upstream.
Also moved the derivation to mkLibsForQt5 to let
the application choose its Qt5 version.
Did not put an alias as previous version was broken
since ages.
2020-11-20 22:24:25 +01:00
freezeboy
ed7a64c4ee
qcsxcad: migrate to Qt511 + additional cleanup
...
* Split into multiple outputs
* Rewrite the derivation without stdenv
2020-11-20 22:24:18 +01:00
Dmitry Kalinkin
bf87caed1d
Merge pull request #104102 from veprbl/pr/yoda_184
...
yoda: 1.8.3 -> 1.8.4
2020-11-20 14:33:33 -05:00
Jörg Thalheim
5e46d05486
Merge pull request #104261 from Mic92/spdlog
2020-11-20 19:01:29 +01:00
Christian Kampka
11c8754ef9
skalibs: 2.9.1.0 -> 2.9.3.0
2020-11-20 18:15:17 +01:00
Raghav Sood
fd38f3aa6b
cre2: 0.3.0 -> 0.3.6
2020-11-20 14:03:57 +00:00
Daniël de Kok
af6dbe82b4
Merge pull request #104265 from danieldk/sync-cudnn-with-toolkit
...
cudnn_cudatoolkit_10: 10.1 -> 10.2
2020-11-20 13:34:18 +01:00
Frederik Rietdijk
cbb4e4733b
Merge staging-next into staging
2020-11-20 08:12:39 +01:00
Frederik Rietdijk
553b7a8bf0
Merge master into staging-next
2020-11-20 08:12:06 +01:00
Austin Seipp
75e683d29d
pythonPackages: add new 'seccomp' library
...
As requested in #99553 . Closes #99553 .
Libraries that install python modules as part of the build are
problematic, because they either
- only support a single python version, because the input for
pythonPackages gets fixed in all-packages.nix, or
- need to be rebuild the underlying C code for *every* python version
resulting in libfoo-python37, libfoo-python38, and so on
We would prefer to use the second approach because it works correctly
for all versions of python. However, it creates duplicate copies of
libseccomp.so and that can be expensive. Instead we 'deduplicate' the
copies of libseccomp.so by
- attaching a new $pythonsrc output to the libseccomp deriv, and
- exposing a new 'seccomp' package in python-packages.nix using
libseccomp as input, and
- having a custom python.nix derivation that builds the cython
extension using libseccomp to get the python source and the
package version
This means we build 1 copy of the seccomp python package, one for each
version of python, but all of those packages refer to a single instance
of the libseccomp C library, giving us the best of both worlds.
NOTE: because this requires changing the postInstall of libseccomp, it
requires a mass rebuild.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:57:26 +01:00
R. RyanTM
789f51c4fb
enet: 1.3.16 -> 1.3.17
2020-11-19 22:27:44 -08:00
R. RyanTM
ca4e0ad7ca
matio: 1.5.18 -> 1.5.19
2020-11-19 21:40:49 -08:00
R. RyanTM
5323dd676d
libinsane: 1.0.7 -> 1.0.8
2020-11-19 21:39:20 -08:00
Frederik Rietdijk
8d171ccfc3
c-blosc: fix cross
2020-11-19 22:05:10 +01:00
R. RyanTM
a1d06b98ce
petsc: 3.14.0 -> 3.14.1
2020-11-19 19:49:01 +00:00
Ben Wolsieffer
6501d9880c
talloc: fix cross-compilation to 32-bit platforms
2020-11-19 20:42:59 +01:00
Scott Worley
303adee602
libdevil: Fix patch URL
2020-11-19 20:12:32 +01:00
Scott Worley
82229259dd
cyrus-sasl: Tarballs now hosted at github
2020-11-19 20:12:32 +01:00
R. RyanTM
354a3b92b4
gmp: 6.2.0 -> 6.2.1
2020-11-19 20:10:53 +01:00
Frederik Rietdijk
1a33f87245
Merge staging-next into staging
2020-11-19 20:08:38 +01:00
Frederik Rietdijk
ea7b8978ef
Merge master into staging-next
2020-11-19 20:08:15 +01:00
R. RyanTM
8fec3bf643
libsecret: 0.20.3 -> 0.20.4
2020-11-19 20:07:57 +01:00
Timo Kaufmann
e04721b289
Merge pull request #104083 from timokau/sage-maintainers-team
...
maintainers: create sage team
2020-11-19 19:20:49 +01:00
Michael Raskin
c628b8f46e
Merge pull request #104258 from r-ryantm/auto-update/libosip2
...
libosip: 5.1.2 -> 5.2.0
2020-11-19 15:28:59 +00:00
Jörg Thalheim
a19b005867
fmt_6: remove
2020-11-19 13:58:53 +01:00
Sebastian Neubauer
5bd56b350d
amdvlk: 2020.Q4.4 -> 2020.Q4.5
2020-11-19 11:55:44 +01:00
Jörg Thalheim
ba322dcb49
spdlog: 1.7.0 -> 1.8.1
2020-11-19 11:23:28 +01:00
Daniël de Kok
1bdeea7fc8
cudnn_cudatoolkit_10: 10.1 -> 10.2
...
cudatoolkit_10 is currently CUDA 10.2, whereas cudnn_cudatoolkit_10
was using CuDNN with CUDA 10.1. This change rectifies that
discrepancy.
2020-11-19 10:19:54 +01:00
R. RyanTM
d240811038
libosip: 5.1.2 -> 5.2.0
2020-11-19 08:48:17 +00:00
Maciej Krüger
c7b9a25365
Merge pull request #104212 from mkg20001/avif-up
2020-11-19 04:15:39 +01:00
Niklas Hambüchen
7c8451d51c
Merge pull request #104098 from nh2/issues-104062-gstreamer-libva-linux-only
...
gst_all_1.gst-plugins-bad: libva is Linux-only
2020-11-19 03:37:22 +01:00