Commit Graph

206978 Commits

Author SHA1 Message Date
Robin Gloster
4f3895b635
pond: *Flags are lists 2019-12-30 12:15:24 +01:00
Robin Gloster
e25e1bf6f7
slmenu: *Flags are lists 2019-12-30 12:15:23 +01:00
Robin Gloster
269849de06
pdfpc: *Flags are lists 2019-12-30 12:15:23 +01:00
Robin Gloster
78cf5eda69
nedit: *Flags are lists 2019-12-30 12:15:22 +01:00
Robin Gloster
43e91d6f07
pianobar: *Flags are lists 2019-12-30 11:44:38 +01:00
Robin Gloster
6c40a45b88
argyllcms: *Flags are lists 2019-12-30 11:13:42 +01:00
Robin Gloster
76b774e89a
zip: *Flags are lists 2019-12-30 11:13:42 +01:00
Robin Gloster
e49f0d4985
unzip: *Flags are lists 2019-12-30 11:13:42 +01:00
Robin Gloster
53cbd1b7bf
bash: *Flags are lists 2019-12-30 11:13:41 +01:00
Robin Gloster
7def878f1e
xorg.*: *Flags are lists 2019-12-30 11:13:41 +01:00
Robin Gloster
aa4d339510
libaio: *Flags are lists 2019-12-30 11:13:41 +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
49f40b2e3d
dejavu-fonts: *Flags are lists 2019-12-30 11:13:39 +01:00
Robin Gloster
04c2b2f52e
asciidoc: *Flags are lists 2019-12-30 11:13:39 +01:00
Robin Gloster
083d3550a5
gawk: *Flags are lists 2019-12-30 11:13:38 +01:00
Robin Gloster
ecff7d3a56
file: *Flags are lists 2019-12-30 11:13:38 +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
975a6b7b1d mautrix-telegram: mark as broken on darwin
Tests currently fail like this:

```
/nix/store/yslk7x7iw3hka6d33kmnba9sxaia4492-python3.7-mautrix-0.4.0/lib/python3.7/site-packages/mautrix/util/manhole.py:9: in <module>
    from socket import SOL_SOCKET, SO_PEERCRED
E   ImportError: cannot import name 'SO_PEERCRED' from 'socket' (/nix/store/81qani7sdir46gjwf3a3jr2cv1aggkz1-python3-3.7.5/lib/python3.7/socket.py)
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 1.73s ===============================
```

Those values don't seem to be available on the MacOS-version of that
module. As there's no workaround implemented in the source, I assume
that upstream doesn't intend to support darwin-alike platforms atm.
2019-12-29 19:56:05 -08:00
Maximilian Bosch
95ee079ae6 mautrix-telegram: 0.6.1 -> 0.7.0
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0-rc4
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0-rc3
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0-rc2
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0-rc1
2019-12-29 19:56:05 -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
c9c03c00de
media-player-info: fix build 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
548aff5a49
meson: fix for structured attrs 2019-12-30 04:50:37 +01:00
Robin Gloster
0f67406076
treewide: installTargets is a list 2019-12-30 04:50:37 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Robin Gloster
20b02b80aa
uwimap: fix makeFlags 2019-12-30 04:50:36 +01:00
Robin Gloster
769dfc2bea
treewide: *Flags are lists, part 2 2019-12-30 04:50:36 +01:00
Robin Gloster
9970f29513
treewide: *Flags are lists 2019-12-30 04:50:35 +01:00
B YI
1b20a627d5 clash: init at 0.16.0 (#76572) 2019-12-29 18:18:10 -08: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
Bjørn Forsman
1a9fcf4f34 gnomeExtensions.gsconnect: 27 -> 30 (#76633) 2019-12-30 01:55:14 +01:00
Maximilian Bosch
51e91f0e8b
uutils-coreutils: fix darwin build
https://hydra.nixos.org/build/108523395
2019-12-29 23:45:09 +01:00