Commit Graph

74639 Commits

Author SHA1 Message Date
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
R. RyanTM d19071f1c4 sqlite: 3.30.0 -> 3.30.1 2019-12-30 16:22:06 +01:00
R. RyanTM 78dc3cfe43 libmicrohttpd: 0.9.68 -> 0.9.69 2019-12-30 16:20:07 +01:00
Alyssa Ross a08e5665fa rubygems: fix for Ruby with no openssl
This fixes the rubyMinimal package.
2019-12-30 16:11:23 +01:00
Maximilian Bosch 76a8f48119
iasl: 20191018 -> 20191213
https://acpica.org/node/175
2019-12-30 14:11:04 +01:00
Robin Gloster 5f2d96ba2e
glibc: NIX_CFLAGS_COMPILE -> always string 2019-12-30 13:33:16 +01:00
Robin Gloster 65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Robin Gloster 2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster 8df63ca72f
fontconfig: *Flags are lists 2019-12-30 12:15:28 +01:00
Robin Gloster 7139d2c881
vxl: *Flags are lists 2019-12-30 12:15:28 +01:00
Robin Gloster c739183eef
tachyon: *Flags are lists 2019-12-30 12:15:27 +01:00
Robin Gloster 5572288ec2
openvdb: *Flags are lists 2019-12-30 12:15:26 +01:00
Robin Gloster 81548bf7da
olm: *Flags are lists 2019-12-30 12:15:26 +01:00
Robin Gloster a8822b6ec2
gnumake: *Flags are lists 2019-12-30 11:13:41 +01:00
Robin Gloster 1e3c1c9fea
schroedinger: *Flags are lists 2019-12-30 11:13:41 +01:00
Robin Gloster 9bce99fccc
readline70: *Flags are lists 2019-12-30 11:13:41 +01:00
Robin Gloster 6aea513498
readline: *Flags are lists 2019-12-30 11:13:40 +01:00
Robin Gloster a085e9c061
nss: *Flags are lists 2019-12-30 11:13:40 +01:00
Robin Gloster b7cfaf5519
libmpeg2: *Flags are lists 2019-12-30 11:13:40 +01:00
Robin Gloster d03933805b
icubase: *Flags are lists 2019-12-30 11:13:40 +01:00
Robin Gloster ab797ee344
icu58: *Flags are lists 2019-12-30 11:13:40 +01:00
Robin Gloster feacf867fb
http-parser: *Flags are lists 2019-12-30 11:13:39 +01:00
Robin Gloster fb129117d2
fontconfig: *Flags are lists 2019-12-30 11:13:39 +01:00
Robin Gloster e298629fec
boost: *Flags are lists 2019-12-30 11:13:39 +01:00
Robin Gloster 9da5420213
zeromq: *Flags are lists 2019-12-30 11:13:38 +01:00
Robin Gloster 74c2020e8c
libxml2: fix further structuredAttrs issues 2019-12-30 11:13:38 +01:00
Robin Gloster 3b50d0462a
perl: fuse configureFlags 2019-12-30 11:13:36 +01:00
Jan Tojnar a69e309794
Merge branch 'staging-next' into staging 2019-12-30 05:24:03 +01:00
Jan Tojnar 480fc1856a
Merge branch 'master' into staging-next 2019-12-30 05:22:23 +01:00
Mario Rodas e1ee43f514 pythonPackages.grpcio-tools: 1.25.0 -> 1.26.0 2019-12-29 20:08:09 -08:00
Mario Rodas d0a5c6030e grpc: 1.25.0 -> 1.26.0
Changelog: https://github.com/grpc/grpc/releases/tag/v1.26.0
2019-12-29 20:08:09 -08:00
Maximilian Bosch 298b3fb0a5 python3Packages.mautrix: 0.3.11 -> 0.4.0
Previously known as `mautrix-appservice`. For backwards-compatibility, I
added an alias in `python-packages.nix`.

Additionally a small patch was needed which I already filed upstream[1].

Please note that the package switched from a MIT license to the Mozilla
Public License[2].

[1] https://github.com/tulir/mautrix-python/pull/13
[2] https://github.com/tulir/mautrix-python/blob/v0.4.0/LICENSE
2019-12-29 19:56:05 -08:00
Jan Tojnar ea4da9b5fa
Merge pull request #76674 from jtojnar/structured-attrs-masterable
treewide: structured-attrs fixes
2019-12-30 04:52:45 +01:00
Robin Gloster 318e1ee4ab
treewide: structured-attrs fixes 2019-12-30 04:50:38 +01:00
Robin Gloster f9268589f8
treewide: structured attrs fixes 2019-12-30 04:50:38 +01:00
Robin Gloster ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Robin Gloster 769dfc2bea
treewide: *Flags are lists, part 2 2019-12-30 04:50:36 +01:00
Maximilian Bosch 129fbd7550
clang_4: fix build w/gcc9
As noted in the incorporated patch, name collisions between lambda
arguments and lambda captures cause compilation failures in GCC9[1].

The issue has been fixed in a later version of CLang, unfortunately the
relevant patches weren't backported to the versions 3.9 and 4.0[2].

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2211
[2] bb177a9307 (diff-d63bede6ed85300ad2aaf4eaee571456L6278)
2019-12-30 02:50:50 +01:00
Maximilian Bosch 2e5fd9f03e
clang_39: fix build w/gcc9 2019-12-30 02:50:50 +01:00
Florian Klink 7ef8a85540
Merge pull request #75663 from flokli/certbot-1.0.1
certbot: 0.39.0 -> 1.0.0
2019-12-30 02:22:33 +01:00
Franz Pletz 3ff62fe45b
{opal,ptlib,ekiga,sipcmd}: remove unmaintained
Were also removed from Debian and Arch and don't build on recent GCC
versions anymore. Needed lots of patching anyway. Last release was 2013.
2019-12-30 02:15:10 +01:00
Franz Pletz 6d602ea2e5
qt48: fix webkit module build 2019-12-30 01:53:33 +01:00
Jan Tojnar 0ea38bd65a
libsForQt5.phonon-backend-gstreamer: remove DESTDIR
Originally introduced in 128901e09f,
it no longer appears to be necessary.
2019-12-29 21:31:24 +01:00
Alexandre Esteves be90b35b9e ocamlPackages.conduit: 1.0.0 -> 1.4.0 and dependencies (#74821) 2019-12-29 20:40:36 +01:00
Florian Klink 8456f8211b hass-nabucasa: relax version bounds
upstreamed in https://github.com/NabuCasa/hass-nabucasa/pull/119, but
doesn't appply cleanly
2019-12-29 19:37:27 +01:00
Alexandre Esteves af2eaec41a haskellPackages.multi-ghc-travis: add missing space (PR #76648) 2019-12-29 19:27:25 +01:00
Dmitry Kalinkin 4c7a9a0a88
unityhub: switch name to "unityhub"
cc #65391
2019-12-29 10:37:48 -05:00
Maximilian Bosch be1f5be9f3
Merge pull request #76609 from eonpatapon/waybar-0.9.0
Waybar 0.9.0
2019-12-29 14:04:14 +01:00
Jaka Hudoklin 3da80f0f7e
Merge pull request #68631 from xtruder/pkgs/rdbtools/init
rdbtools: init at 0.1.14
2019-12-29 11:26:29 +00:00