Commit Graph

35957 Commits

Author SHA1 Message Date
Silvan Mosberger
9a452a6337
Merge pull request #94825 from bachp/qtwebkit-5.212.0-alpha4
qtwebkit: 5.212-alpha-01-26-2018 -> 5.212.0-alpha4
2020-08-08 01:30:20 +02:00
Louis Tim Larsen
e768fce754
libhdhomerun: add comment about UDP firewall rule
PR #94620
2020-08-08 01:01:33 +02:00
Frederik Rietdijk
6a201763b4 Merge master into staging-next 2020-08-07 23:01:57 +02:00
John Ericson
0bb1b894aa
Merge pull request #88783 from NickHu/ayatana
libayatana-appindicator: init at 0.5.4 libayatana-indicator: init at 0.6.3 ayatana-ido: init at 0.4.90
2020-08-07 16:00:13 -04:00
Michael Weiss
278f9b2a4c
mesa: 20.1.4 -> 20.1.5 2020-08-07 21:13:48 +02:00
markuskowa
b9bf9c9236
Merge pull request #94829 from matthuszagh/openmpi
openmpi: enable c++ bindings
2020-08-07 18:24:52 +02:00
Matt Huszagh
dd25bb756a cgal: add patch so include files can be found by dependent packages 2020-08-07 09:20:32 -07:00
Daniël de Kok
9531f984d0
Merge pull request #94420 from danieldk/onednn-1.6
oneDNN: 1.5.1 -> 1.6
2020-08-07 17:58:41 +02:00
Matt Huszagh
3f13e1af0d openmpi: enable C++ bindings 2020-08-07 08:31:07 -07:00
Daniël de Kok
49ef0fd51a rocclr: fix build (no OpenCL library is required)
rocclr builds fail since CMake was upgraded to 3.18. This version
introduces the REQUIRED option of find_library. However rocclr only
needs OpenCL headers. This change makes finding an OpenCL library
optional again.
2020-08-07 16:49:18 +02:00
Mario Rodas
feab14d327
Merge pull request #94775 from r-ryantm/auto-update/ldb
ldb: 2.1.4 -> 2.2.0
2020-08-07 07:24:35 -05:00
R. RyanTM
014d494e05 faudio: 20.07 -> 20.08 2020-08-07 00:36:08 -07:00
Pascal Bach
2cfff96eff qtwebkit: 5.212-alpha-01-26-2018 -> 5.212.0-alpha4 2020-08-07 09:31:52 +02:00
R. RyanTM
ca9c2e3548 petsc: 3.13.2 -> 3.13.3 2020-08-07 12:44:29 +10:00
worldofpeace
c08a2bfb20
Merge pull request #94815 from matthuszagh/gl2ps
gl2ps: make cmake a native build input
2020-08-06 19:54:33 -04:00
John Wiegley
6a359b2333
libxml2Python: Darwin builds require libintl (better fix) 2020-08-06 15:52:57 -07:00
Matt Huszagh
deb0a6ce6e gl2ps: make cmake a native build input 2020-08-06 12:10:26 -07:00
Lassulus
c0583cbf62
Merge pull request #94773 from gnidorah/updates
openxray: 558 -> 730
adlplug, opnplug: 1.0.1 -> 1.0.2
ArchiSteamFarm: 4.2.3.3 -> 4.2.3.6
kmsxx: 2020-02-14 -> 2020-08-04
openjk: 2019-11-29 -> 2020-07-03
opl3bankeditor: 1.5 -> 1.5.1
opn2bankeditor: 1.3-beta -> 1.3
2020-08-06 18:12:43 +02:00
R. RyanTM
274d667703 medfile: 4.0.0 -> 4.1.0 2020-08-06 15:16:00 +00:00
B. Kelly
0834620bef libmysofa: disable CODE_COVERAGE in build
Leaving it on generates huge amounts of stderr spam from anything that
links it (such as ffmpeg) as it tries (and fails) to create profiling
records in /build.
2020-08-06 08:36:55 -04:00
Mario Rodas
7dce0fff9c
Merge pull request #94764 from marsam/update-grpc
grpc: 1.29.0 -> 1.31.0
2020-08-06 07:09:28 -05:00
R. RyanTM
dfda85ced1 libmatroska: 1.6.0 -> 1.6.1 2020-08-06 11:24:23 +00:00
Vladimír Čunát
4fee273dda
Merge branch 'master' into staging-next 2020-08-06 11:41:44 +02:00
R. RyanTM
e717cb63c4 leptonica: 1.79.0 -> 1.80.0 2020-08-06 07:41:00 +00:00
R. RyanTM
668e9f2cb3 ldb: 2.1.4 -> 2.2.0 2020-08-06 07:23:36 +00:00
Vladimír Čunát
ce174c7bc9
Merge #94587: nss: fix on darwin 2020-08-06 09:08:29 +02:00
gnidorah
2774941cc2 kmsxx: 2020-02-14 -> 2020-08-04 2020-08-06 09:33:19 +03:00
R. RyanTM
0e0aba2362 mailcore2: 0.6.3 -> 0.6.4 2020-08-05 19:41:50 -07:00
Frederik Rietdijk
834e04c474 Merge master into staging-next 2020-08-05 12:06:07 +02:00
Mario Rodas
6854a2cb4d
grpc: 1.29.0 -> 1.31.0
Changelog: https://github.com/grpc/grpc/releases/tag/v1.31.0
2020-08-05 04:20:00 -05:00
Daniël de Kok
66d9d735d2 gperftools: fix dlopen() of gperftools on AArch64
dlopen()'ing gperftools results in "cannot allocate memory in static TLS
block", see:

https://bugzilla.redhat.com/show_bug.cgi?id=1483558

This change uses a patch from Fedora to disable generic dynamic TLS on
AArch32/64.
2020-08-05 10:42:25 +02:00
Daniël de Kok
1474bfe27d
Merge pull request #93653 from danieldk/mkl-2020.2.254
mkl: 2020.1.217 -> 2020.2.254
2020-08-05 08:08:08 +02:00
Peter Hoeg
c94378d121 libtsm: 3 -> 4.0.1 2020-08-05 11:25:15 +08:00
OPNA2608
ce846253ca libsidplayfp: 1.8.7 -> 2.0.4 2020-08-04 13:05:26 -07:00
R. RyanTM
cc7b4ff7ad mpfr: 4.0.2 -> 4.1.0 2020-08-04 22:03:26 +02:00
Lancelot SIX
bb167702fa gettext: 0.20.1 -> 0.21
See https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00009.html
for release information
2020-08-04 21:59:52 +02:00
R. RyanTM
e37404e450 libndctl: 68 -> 69 2020-08-04 21:57:21 +02:00
R. RyanTM
5c130bc88e c-blosc: 1.19.0 -> 1.20.0 2020-08-04 21:57:02 +02:00
Vladimír Čunát
9febe2f8fc
mesa: fold override of patchelf inside whole build
Overriding it just for .drivers had the advantage of limiting rebuilds,
but it seems less clean and apparently it can interact a bit surprisingly
with some other overrides.  /cc #94444.
Also this will get removed once patchelf gets updated.
2020-08-04 21:52:29 +02:00
Vladimír Čunát
01c2ba8575
Merge branch 'staging-next' into staging 2020-08-04 21:38:08 +02:00
Vladimír Čunát
8bbc202208
Merge branch 'master' into staging-next 2020-08-04 21:37:39 +02:00
Ryan Mulligan
e60301b583
Merge pull request #94589 from r-ryantm/auto-update/gensio
gensio: 2.0.5 -> 2.1.3
2020-08-04 06:20:42 -07:00
markuskowa
f2997db610
Merge pull request #92813 from markuskowa/add-ganesha
nfs-ganesha: init at 3.3
2020-08-04 14:01:05 +02:00
Frederik Rietdijk
26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Jaka Hudoklin
38dc94bcf0
Merge pull request #94606 from r-ryantm/auto-update/hivex
hivex: 1.3.18 -> 1.3.19
2020-08-04 10:21:02 +02:00
Doron Behar
308600ce7e dxflib: install a dxflib.pc file,
Based on fedora's dxflib package
(https://src.fedoraproject.org/rpms/libdxflib/blob/master/f/libdxflib.spec)
We install a dxflib.pc file that enables e.g saga detect dxflib.
2020-08-03 22:22:55 +03:00
Doron Behar
0eafcccbc2 libsvm: make it possible to use it for saga
saga, as possibly other packages too, searches for svm.h in
include/libsvm/svm.h. Since the package doesn't hold a proper install
target, it should be OK to link the `svm.h` to `libsvm/svm.h` in
`$out/include/`.
2020-08-03 22:20:54 +03:00
R. RyanTM
812e19f842 hivex: 1.3.18 -> 1.3.19 2020-08-03 11:25:10 +00:00
R. RyanTM
6a7c161625 gensio: 2.0.5 -> 2.1.3 2020-08-03 04:46:42 +00:00
Matthew Bauer
d0468f86e8 nss: set install name correctly 2020-08-02 22:35:30 -05:00
Emery Hemingway
f5ef00a12f gnu-config: 2019-04-15 -> 2020-05-04
Update gnu-config (config.sub, config.guess) to suport the Genode
platform and apply the updateAutotoolsGnuConfigScriptsHook to Genode
cross-compilation.
2020-08-02 22:37:39 +02:00
R. RyanTM
c4600ab4a6 aspellDicts.de: 20030222-1 -> 20161207-7-0 2020-08-02 19:23:19 +00:00
Niklas Hambüchen
d9393731e6 openexr, ilmbase: Fix compilation on non-glibc.
Tested with musl.

I PRd the patch upstream: https://github.com/AcademySoftwareFoundation/openexr/pull/798
2020-08-02 15:48:37 +02:00
worldofpeace
705bbdbd9a
Merge pull request #84545 from mkg20001/pkg/timezonemap
timezonemap: init at 0.4.5
2020-08-02 08:36:00 -04:00
Jon
7ff54682d5
libplacebo: allow for latest glslang (#94510) 2020-08-02 13:27:05 +02:00
R. RyanTM
ff564f38cb libbytesize: 2.3 -> 2.4 2020-08-02 05:08:43 +00:00
R. RyanTM
2dee11d4de gloox: 1.0.23 -> 1.0.24 2020-08-01 23:17:47 +02:00
Ryan Mulligan
6c03156a7f
Merge pull request #94290 from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.9 -> 1.0.10
2020-08-01 13:56:18 -07:00
Martin Weinelt
ab5af376cc
Merge pull request #94465 from Mic92/rhasspy-upstream
opengrm-ngram: init at 1.3.11, phonetisaurus: init at 2020-07-31
2020-08-01 21:44:43 +02:00
Jörg Thalheim
d29b7d91d9
phonetisaurus: init at 2020-07-31
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2020-08-01 19:56:25 +01:00
Jörg Thalheim
59c0d1f3ad
opengrm-ngram: init at 1.3.11 2020-08-01 19:56:14 +01:00
Frederik Rietdijk
67af42e35f Merge staging-next into staging 2020-08-01 19:37:45 +02:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Daniël de Kok
153c7852df
Merge pull request #94365 from danieldk/liblinear-2.41
liblinear: 2.40 -> 2.41
2020-08-01 17:47:47 +02:00
Bart Brouns
6239e44edf redkite: init at 1.0.1 2020-08-01 15:00:00 +02:00
Daniël de Kok
f9861ae348 oneDNN: 1.5.1 -> 1.6
Changelog:

https://github.com/oneapi-src/oneDNN/releases/tag/v1.6
2020-08-01 09:42:07 +02:00
Daniël de Kok
e78bdc29cd
Merge pull request #94409 from r-ryantm/auto-update/intel-gmmlib
intel-gmmlib: 20.2.2 -> 20.2.3
2020-08-01 08:36:42 +02:00
Daniël de Kok
84a8b4d461
Merge pull request #94220 from danieldk/onednn-disable-tests
oneDNN: disable tests to avoid illegal instructions
2020-08-01 08:17:39 +02:00
R. RyanTM
fe4fc3791b intel-gmmlib: 20.2.2 -> 20.2.3 2020-08-01 05:43:32 +00:00
Daniël de Kok
97e899d154 liblinear: 2.40 -> 2.41
According the website:

Version 2.41 released on July 29, 2020 (some bug fixes of version 2.40).
2020-07-31 20:34:37 +02:00
Daniël de Kok
c31de496b5
Merge pull request #93759 from danieldk/liblinear-2.40
liblinear: 2.30 -> 2.40
2020-07-31 20:32:20 +02:00
Thomas Tuegel
819bb63d5c libqtav: mark broken with qtbase.version >= 5.13 2020-07-31 18:50:58 +02:00
Thomas Tuegel
f1a58aba15 exiv2: fix CMake export paths 2020-07-31 18:50:58 +02:00
Milan Pässler
d4c607aa71 qt5: 5.12.7 -> 5.14.2
This includes contributions by @ttuegel and @DizFer. Thanks!
2020-07-31 18:50:58 +02:00
Peter Simons
2d5fb8c503
Merge pull request #94294 from bbigras/ndi
ndi: 4.5.1 -> 4.5.3
2020-07-31 18:06:17 +02:00
Emery Hemingway
f153d9f855 mimetic: patch for aarch64 2020-07-31 13:30:18 +02:00
Matthew Bauer
d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
Matthew Bauer
f36899e118 attr: inline syscall patch
Unfortunately the output of git.savannah.nongnu.org changes with each
gitweb update. This means that the current has
“0gja54fz79a9ma6b4mprnjxq77l5yg2z9xknlwhmkcrfnam02qxp” is no longer
correct:

$ nix-prefetch-url
https://git.savannah.nongnu.org/cgit/attr.git/patch/\?id=14adc898a36948267bfe5c63b399996879e94c98
1g8sky52rjg9fpmrddza1af89s9qd4bzsbxqb7mc5bv8gyh10s1k

Normally, we use fetchpatch to strip this out, but unfortunately attr
cannot use fetchpatch due to being used in bootstrapping fetchurl.
That is, it can’t use a custom postFetch since <nix/fetchurl.nix>
doesn’t support that.

To solve this problem, just inline the patch for now.
2020-07-31 08:56:53 +02:00
Lancelot SIX
a29d2795ac libidn: 1.35 -> 1.36
See https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00004.html
for release announcement.
2020-07-31 08:51:08 +02:00
R. RyanTM
dc87c8a17a libglvnd: 1.3.1 -> 1.3.2 2020-07-31 08:37:55 +02:00
R. RyanTM
a89e225550 libmicrohttpd: 0.9.70 -> 0.9.71 2020-07-31 08:37:44 +02:00
Bruno Bigras
13164f7352 ndi: 4.5.1 -> 4.5.3 2020-07-31 02:05:04 -04:00
R. RyanTM
cf6e8ac128 openxr-loader: 1.0.9 -> 1.0.10 2020-07-31 05:45:17 +00:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Maciej Krüger
903f310795
timezonemap: init at 0.4.5 2020-07-30 20:47:13 +02:00
Louis Tim Larsen
526c859664
libhdhomerun: git -> 20200521 2020-07-30 19:14:33 +02:00
Frederik Rietdijk
cee7df4846 Merge staging-next into staging 2020-07-30 18:28:15 +02:00
Daniël de Kok
2598f0e607 oneDNN: disable tests to avoid illegal instructions
oneDNN tests fail on some Hydra builders because they do not support SSE
4.2. Unfortunately, oneDNN does not seem to work without SSE 4.2, see
issues #93692 and #93747.
2020-07-30 10:26:41 +02:00
Vladimír Čunát
a45f68ccac
Merge #94188: nss: enable libpkix build
This fixes connection issues in various packages.
2020-07-30 09:22:40 +02:00
Jörg Thalheim
16a63d0207
Merge pull request #93927 from kristoff3r/pwntools-update 2020-07-30 05:18:46 +01:00
Mario Rodas
a54d63e569
Merge pull request #94119 from marsam/update-lxd
lxd: 4.2 -> 4.3
2020-07-29 21:45:26 -05:00
Florian Klink
84bb019048
Merge pull request #93910 from helsinki-systems/upd/nss-3.55
nss: 3.54 -> 3.55
2020-07-30 01:07:13 +02:00
Matthew Bauer
c2ea7318be
Merge pull request #68488 from B4dM4n/xmlsec-dlsearchdir
xmlsec: add library path to lt_dladdsearchdir
2020-07-29 18:02:22 -05:00
Louis Tim Larsen
f609fa60c4
hunspell-dicts: add support for Danish dictionary
PR #93651
2020-07-30 00:51:58 +02:00
ajs124
93a3c37128 nss: enable libpkix build
this was enabled by default with the old build system, but requires this flag with the new one

fixes ##93955
2020-07-29 20:31:14 +02:00
worldofpeace
0697d84006
Merge pull request #94181 from worldofpeace/my-updates
treewide: use nix-update updateScript for packages I maintain
2020-07-29 14:05:01 -04:00
Vladimír Čunát
60d89e5793
Merge branch 'master' into staging 2020-07-29 18:40:28 +02:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
Mario Rodas
d807152c69
Merge pull request #94161 from r-ryantm/auto-update/openfst
openfst: 1.7.7 -> 1.7.9
2020-07-29 11:22:53 -05:00
R. RyanTM
7018106e4e openfst: 1.7.7 -> 1.7.9 2020-07-29 09:09:27 +00:00
Mario Rodas
9cf45cd6b9
protobuf3_12: 3.12.3 -> 3.12.4 2020-07-28 19:42:33 -05:00
John Ericson
cd719c1eae
Merge pull request #91974 from Mic92/nostdinc
stdenv: make -nostdinc work as intended
2020-07-28 19:49:42 -04:00
Kristoffer Søholm
8b633d8b3c unicorn-emulator: 1.0.1 -> 1.0.2-rc4
Also adds tests
2020-07-29 00:32:20 +02:00
Thorsten
30e052a3fc
libredwg: 0.10.1 -> 0.10.1.3707 (#94087)
fixes #93994
2020-07-28 22:54:37 +02:00
David McFarland
535a3e8d48
mesa: add patch to link radv with build-id
Without this, the radv cache uuid would fall back to using the
timestamps of the radv and llvm shared libraries, which are fixed in
/nix/store.  This caused cache collisons, which resulted in crashes
(e.g. #92807).
2020-07-28 15:53:16 +02:00
Michael Weiss
715cd6cc1d
neatvnc: 0.1.0 -> 0.2.0 2020-07-28 15:01:16 +02:00
Michael Weiss
2f56b88d5f
aml: init at 0.1.0 2020-07-28 15:01:16 +02:00
Orivej Desh
f8369badce
xxHash: 0.7.4 -> 0.8.0 (#94051) 2020-07-28 11:28:51 +00:00
Daniël de Kok
50edd38cf1
Merge pull request #94053 from r-ryantm/auto-update/actor-framework
caf: 0.17.5 -> 0.17.6
2020-07-28 08:30:52 +02:00
worldofpeace
654b66e0e4
Merge pull request #93963 from seqizz/g_typo_environment
treewide: fix typo on word environment
2020-07-28 02:18:28 -04:00
Gürkan Gür
eb627de968 treewide: fix typo on word environment 2020-07-28 08:00:38 +02:00
R. RyanTM
6b637050d4 caf: 0.17.5 -> 0.17.6 2020-07-28 03:51:48 +00:00
Daiderd Jordan
d42b366613
Merge pull request #93553 from risicle/ris-igraph-darwin
igraph: enable for darwin
2020-07-27 22:29:16 +02:00
Andrew Childs
2d6b1f1239 libuv: disable flaky test "udp_multicast_join" on darwin 2020-07-26 19:00:54 +02:00
Frederik Rietdijk
d9da3e357b
Merge pull request #91446 from prusnak/protobuf-latest
use latest protobuf (3.12), remove overrides where possible
2020-07-26 18:55:07 +02:00
Michele Guerini Rocco
bb395a9a47
Merge pull request #91288 from rnhmjoj/zeromq
Remove old zeromq 3.x packages
2020-07-26 17:37:10 +02:00
Michele Guerini Rocco
500f48b0dc
Merge pull request #91777 from rnhmjoj/pango
pango: 1.44.7 -> 1.45.3
2020-07-26 16:21:09 +02:00
Pavol Rusnak
7839270bb0
or-tools: 7.6 -> 7.7 2020-07-26 15:34:17 +02:00
ajs124
67f0fcc014 nss: 3.54 -> 3.55 2020-07-26 14:06:31 +02:00
ajs124
194bb9fbbe nspr: 4.26 -> 4.27 2020-07-26 14:06:30 +02:00
Jan Tojnar
a86f4110a7
Merge pull request #93771 from jtojnar/flatpak-1.8 2020-07-26 13:56:16 +02:00
Jan Tojnar
5d3f240ebd
Merge pull request #93712 from jtojnar/malcontent-0.8
malcontent: 0.7.0 → 0.8.0
2020-07-26 13:55:02 +02:00
Vladimír Čunát
5bd8316b6e
Merge #91975: Misc static cross fixes (into staging) 2020-07-26 09:31:24 +02:00
rnhmjoj
d5673218df
pango: 1.44.7 -> 1.45.3 2020-07-26 09:26:10 +02:00
Daniël de Kok
003f88de65
Merge pull request #93810 from r-ryantm/auto-update/lime
lime: 4.3.1 -> 4.4.0
2020-07-26 09:08:31 +02:00
Daniël de Kok
bf48c39e2b
Merge pull request #93357 from helsinki-systems/feat/exim-dmarc
exim: add DMARC support
2020-07-26 08:32:46 +02:00
R. RyanTM
ba979da060
lhapdf: 6.2.3 -> 6.3.0 (#93796) 2020-07-25 22:55:16 -04:00
ajs124
9cf43741c6 opendmarc: make perl scripts work 2020-07-26 01:09:14 +02:00
Vladimír Čunát
2b7c0dcdaa
Merge branch 'staging-next'
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
R. RyanTM
bc9adde027 lime: 4.3.1 -> 4.4.0 2020-07-25 10:05:08 +00:00
Mario Rodas
7c9e2e7508
dqlite: 1.4.4 -> 1.5.0 2020-07-25 04:20:00 -05:00
(cdep)illabout
847fc1c80d
harfbuzz: enable support for gobject-introspection 2020-07-25 16:47:14 +09:00
Jan Tojnar
98710d2552
flatpak: 1.6.3 → 1.8.1
Changes:
* https://github.com/flatpak/flatpak/releases/tag/1.7.1
* https://github.com/flatpak/flatpak/releases/tag/1.7.2
* https://github.com/flatpak/flatpak/releases/tag/1.7.3
* https://github.com/flatpak/flatpak/releases/tag/1.8.0
* https://github.com/flatpak/flatpak/releases/tag/1.8.1

Commits:
https://github.com/flatpak/flatpak/compare/1.6.3...1.7.1
https://github.com/flatpak/flatpak/compare/1.7.1...1.8.1

Notable packaging changes:
* Flatpak now ships a sysusers.d file for allowing systemd to create the required users.
  4df019063b
* Completion support for fish shell
* If an app has filesystem access, the host /lib is accessible as /run/host/lib, etc.
* New filesystem permission "host-etc" and "host-os" give access to system /usr and /etc.
  fe2536b844
* We now always expose the host timezone data, allowing us the expose the host /etc/localtime in a way that works better, fixing several apps that had timezone issues.
  dc4e198766
* We now ship a systemd unit (not installed by default) to automatically detect plugged in usb sticks with sideload repos.
* By default we no longer install the gdm env.d file, as the systemd generators work better
  7c3a85bf43
* Use variant-schema-compiler for some GVariant code
  https://github.com/flatpak/flatpak/pull/3366
* zstd compression for oci deltas:
  bfa71e208a

Additionally:
* Remove glibcLocales which is not used since 1.4 bump because glibc contains a locale archive with C.UTF-8
  1728bc8d22
* Stop using aliases for docbook-xsl-nons and pkg-config packages
* Stop using autoreconfHook, the autogen.sh script contains some extra that are necessary when building from git.
* Increase disk space for installed tests, they were running out.
* Enable building developer documentation.
2020-07-24 19:38:51 +02:00
ajs124
61d3f6f7d7 opendmarc: init at 1.3.3 2020-07-24 16:57:48 +02:00
Daniël de Kok
0e29fcdfef liblinear: 2.30 -> 2.40
Also improve the derivation a bit:

- Use fetchFromGitHub in place of fetchurl.
- Replace buildPhase by buildFlags.
- Create multiple outputs.
- Replace mkdir/cp by install.
2020-07-24 12:45:37 +02:00
Daniël de Kok
8af1c4d03d oneDNN: compile without -msse4.1 2020-07-24 09:18:41 +02:00
Michael Weiss
fadfde220f
mesa: 2.1.3 -> 2.1.4 (#93708) 2020-07-23 22:24:17 +02:00
Jan Tojnar
097117cf72
malcontent: 0.7.0 → 0.8.0
* Update: https://gitlab.freedesktop.org/pwithnall/malcontent/-/releases/0.8.0
    * Fix the separation patch.
    * Add `itstool` to ui (needed for building localized help).
* Use `pkg-config` instead of the `pkgconfig` alias.
* Fix some issues related to multiple outputs:
    * Make the module pass specific output to `dbus.packages` since the `dbus` NixOS module will not generate configuration with correct interface paths otherwise.
    * Change `malcontent-ui` package to primarily-a-program type derivation (`out`+`lib` instead of `bin`+`out`) since there are more and more `malcontent-control`-specific assets.
        * This also fixes the issue where application data (desktop files, icons…) were installed to `out`, which is not installed by `environment.systemPackages`/`system-path.nix`’s `buildEnv` by default when `bin` output is also present.
    * Make `malcontent` package install `out` output too so that `system-path.nix` links that too. It contains the AccountsService & Polkit data files.
    * Split the library and PAM module out of `malcontent.out` so that they are not installed with the data files.
        * This revealed a bug in the `gobject-introspection` setup hook.
2020-07-23 21:59:23 +02:00
Daniël de Kok
31c04fa9c1
Merge pull request #93698 from danieldk/amdvlk-2020.Q3.2
amdvlk: 2020.Q3.1 -> 2020.Q3.2
2020-07-23 21:54:53 +02:00
Daniël de Kok
bb259afcc6
Merge pull request #93692 from danieldk/onednn-test-baseline-simd
oneDNN: use SSE 4.1 when running tests
2020-07-23 20:27:21 +02:00
Daniël de Kok
064b1236b9 amdvlk: 2020.Q3.1 -> 2020.Q3.2
Changelog:

https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-2020.Q3.2
2020-07-23 19:18:32 +02:00
Jan Tojnar
744b380a0e
poppler: 0.90.0 → 0.90.1:
* Fix regression on PS conversion.
   Regression only happened on applications that are locale enabled
   i.e. Okular but not pdftops, when using a quite new lcms and
   the user locale uses , as decimal separator instead of .
 * Add UTF16LE support to TextStringToUCS4.
   Even if the standard clearly says it should be UTF16BE
2020-07-23 18:19:22 +02:00
Jörg Thalheim
96092dc936
stdenv: make -nostdinc work as intended
Right now we add glibc to search path also -nostdinc was provided,
which breaks projects providing their own gcc.
2020-07-23 08:39:46 +01:00
Simon Pettersson
80f960575d nanomsg: buildInputs -> nativeBuildInputs
Using `nativeBuildInputs` instead of `buildInputs` for the cmake dependency since using `buildInputs` prevents the package from being cross compiled to arm.
2020-07-23 09:28:29 +02:00
Daniël de Kok
24737e5beb oneDNN: use SSE 4.1 when running tests
Feature detection may fail, leading to illegal instructions when
running tests. Cap tests at SSE 4.1, which is supported on many
Intel/AMD CPUs since 2006/2007.
2020-07-23 09:04:35 +02:00
Jan Tojnar
2988feba8c
Merge branch 'master' into staging-next 2020-07-23 08:19:14 +02:00
Mario Rodas
bd0eb11616
Merge pull request #93623 from marsam/enable-oneDNN-darwin
oneDNN: 1.5 -> 1.5.1
2020-07-22 20:20:52 -05:00
zimbatm
4cb0342777
pipewire: 0.3.6 -> 0.3.7 2020-07-22 23:52:51 +02:00
John Ericson
5c56778efd
Merge pull request #93568 from aaronjanse/aj-redox
Add Redox OS as a target
2020-07-22 12:56:00 -04:00
Daniël de Kok
6a236f5410 mkl: 2020.1.217 -> 2020.2.254 2020-07-22 17:38:07 +02:00
Frederik Rietdijk
19be541fe7 Merge master into staging-next 2020-07-22 16:49:51 +02:00
Daniël de Kok
7aa79a7032
Merge pull request #93545 from helsinki-systems/drop/gnupg20
gnupg20: drop
2020-07-22 12:00:19 +02:00
ajs124
3026bfc4d9 libcryptui: fix build with gnupg22 2020-07-22 09:28:52 +02:00
Daniël de Kok
e6b2930cf6
Merge pull request #93411 from danieldk/dbxml-multiple-outputs
dbxml: use multiple outputs
2020-07-22 09:27:17 +02:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Aaron Janse
60fd049b65 redox: add as target 2020-07-21 13:11:36 -07:00
Daniël de Kok
225628ff02
Merge pull request #93592 from Flakebi/amdvlk
amdvlk: 2020.Q2.6 -> 2020.Q3.1
2020-07-21 19:39:39 +02:00
Sebastian Neubauer
9cdea77aec amdvlk: 2020.Q2.6 -> 2020.Q3.1 2020-07-21 11:33:04 +02:00
Daniël de Kok
55079328c2
Merge pull request #93480 from PanAeon/master
noisetorch: init at 0.5.1-beta
2020-07-21 11:22:21 +02:00
Mario Rodas
a19f4434e8
oneDNN: 1.5 -> 1.5.1 2020-07-21 04:20:00 -05:00
vitalii
6954abfa12 rnnoise-plugin: init at 0.9 2020-07-21 10:55:05 +02:00
Daniël de Kok
c255280e09
Merge pull request #93576 from danieldk/rocm-device-libs-3.5.1
rocm-device-libs: 3.5.0 -> 3.5.1
2020-07-21 09:25:44 +02:00
Daniël de Kok
3dfa2febaf rocm-device-libs: 3.5.0 -> 3.5.1 2020-07-21 08:05:48 +02:00
Mario Rodas
e8b9aa8495
Merge pull request #93528 from marsam/fix-lv2-darwin-build
lv2: fix build on darwin
2020-07-20 18:44:42 -05:00
Mario Rodas
caebe6af63
Merge pull request #93544 from r-ryantm/auto-update/commons-lang
commonsLang: 3.10 -> 3.11
2020-07-20 18:39:43 -05:00
Mario Rodas
3d0eeff56b
Merge pull request #93547 from r-ryantm/auto-update/armadillo
armadillo: 9.900.1 -> 9.900.2
2020-07-20 18:39:01 -05:00
Robert Scott
e9115e79c9 igraph: enable for darwin 2020-07-20 20:25:59 +01:00
R. RyanTM
d5c931f79b armadillo: 9.900.1 -> 9.900.2 2020-07-20 17:43:38 +00:00
Sarah Brofeldt
e3cba5aad9
Merge pull request #93487 from siriobalmelli-foss/add/pc-ble-driver
pc-ble-driver: fix Darwin build
2020-07-20 19:41:37 +02:00
R. RyanTM
87c02a1728 commonsLang: 3.10 -> 3.11 2020-07-20 16:39:49 +00:00
ajs124
8f925208cd nss: try to fix darwin build 2020-07-20 17:20:35 +02:00
Peter Hoeg
ee8b7b4566
Merge pull request #87810 from evils/wxwidgets-3.1.3
wxGTK31: 3.1.2 -> 3.1.3
2020-07-20 22:03:16 +08:00
ajs124
6760ec6c40 nss: gyp supports python3 now 2020-07-20 14:58:46 +02:00
Mario Rodas
091d0284f5
lv2: enable on darwin 2020-07-20 04:22:00 -05:00
Mario Rodas
a8496595e1
sord: enable on darwin 2020-07-20 04:21:00 -05:00
Mario Rodas
f02babb59e oneDNN: update homepage 2020-07-20 04:20:00 -05:00
Mario Rodas
cff2331900
serd: enable on darwin 2020-07-20 04:20:00 -05:00
Mario Rodas
8f1c94942e oneDNN: enable on darwin 2020-07-20 04:20:00 -05:00
Michael Raskin
23c93a5205
Merge pull request #85169 from prusnak/inkscape
inkscape: 0.92.5 -> 1.0
2020-07-20 08:45:05 +00:00
Jan Tojnar
83442a3533
Merge branch 'master' into staging-next 2020-07-20 02:16:21 +02:00
Mario Rodas
fb90f53313
Merge pull request #93071 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.22.0 -> 0.23.0
2020-07-19 18:59:08 -05:00
Mario Rodas
6ef281a911
Merge pull request #93144 from tobim/flatbuffers/1.12.0
flatbuffers: 1.11.0 -> 1.12.0
2020-07-19 18:12:14 -05:00
Mario Rodas
0dd67e65d8
Merge pull request #93229 from r-ryantm/auto-update/libcrafter
libcrafter: 0.3 -> 1.0
2020-07-19 17:38:25 -05:00
Sirio Balmelli
d6b3707c86
pc-ble-driver: fix Darwin build
Propagate platform I/O dependencies (udev or IOKit)

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-19 23:34:05 +02:00
Thomas Tuegel
9cfca08777
Merge pull request #89846 from lelongg/qtserialbus
qt5.qtserialbus: init at 5.12
2020-07-19 14:46:02 -05:00
Vladimír Čunát
0a2cff8e74
Merge #92783: gperftools: 2.7 -> 2.8 2020-07-19 21:23:41 +02:00
Michael Weiss
6f519134da
intel-media-driver: 20.1.1 -> 20.2.0 (#92935) 2020-07-19 19:39:36 +02:00
Pavol Rusnak
44d1902453
gdl: enable on darwin 2020-07-19 13:09:38 +02:00
Vladimír Čunát
0513a9128f
nss_3_44: bring back this older branch for firefox-esr
/cc nss PR #91746
2020-07-19 12:30:25 +02:00
Michael Weiss
0c50808975
gpgme: 1.13.1 -> 1.14.0 (#93353) 2020-07-19 11:44:08 +02:00
Mario Rodas
6a9ad6956a
libfilezilla: enable on darwin 2020-07-19 04:20:00 -05:00
Vladimír Čunát
956f3224fe
Merge #92128: wayland: documentation outputs (in staging) 2020-07-19 10:03:34 +02:00
Vladimír Čunát
7441e616cd
Merge #92805: libevent: 2.1.11 -> 2.1.12 (in staging) 2020-07-19 09:58:48 +02:00
Vladimír Čunát
327bb71773
Merge #92499: libgcrypt: 1.8.5 -> 1.8.6 (in staging) 2020-07-19 09:54:20 +02:00
Vladimír Čunát
f3b606edcf
Merge #90731: libdrm: 2.4.100 -> 2.4.102 (in staging) 2020-07-19 09:49:27 +02:00
markuskowa
5ac114beed
Merge pull request #93280 from markuskowa/upd-ucx
ucx: 1.7.0 -> 1.8.1, build openmpi with ucx
2020-07-18 23:19:02 +02:00
markuskowa
533720caa9
Merge pull request #93031 from andrew-d/andrew/dsd
dsd: init at 2018-07-01
2020-07-18 23:18:23 +02:00
Daniël de Kok
cf059b32d9
Merge pull request #93428 from johnbcoughlin/petsc-install_name_tool
petsc: Fix install_name_tool patch
2020-07-18 20:45:39 +02:00
Vladimír Čunát
a5cc7d3197
krunner: fix hash of patch
Commit ee036bc02 put in hash *before* the normalization
done by fetchpatch.
2020-07-18 18:07:45 +02:00
zowoq
ba4f0c63e4
ffmpeg: 4.3 -> 4.3.1
(cherry picked from commit 916bc99f2c)
See the grandparent commit.
2020-07-18 18:02:24 +02:00