236045 Commits

Author SHA1 Message Date
Maximilian Bosch
3d9c143b77
Merge pull request #91895 from kristoff3r/jupyter-service
Improve jupyter service
2020-07-11 18:03:31 +02:00
Raghav Sood
05c65878ba
ipfs-migrator: 1.5.1 -> 1.6.3 2020-07-11 15:56:48 +00:00
Daniël de Kok
a091844715
Merge pull request #92817 from uosis/update-loop
loop: 2018-12-04 -> 2020-07-08
2020-07-11 17:20:49 +02:00
Justin Humm
ce111fcc26
Merge pull request #92225 from bachp/unifi-5.13.32
unifiStable: 5.13.29 -> 5.13.32
2020-07-11 17:14:19 +02:00
uosis
4a2327e7f1 loop: unstable-2018-12-04 -> unstable-2020-07-08 2020-07-11 09:11:06 -06:00
Franz Pletz
5562bd8f45
Merge pull request #92932 from freezeboy/update-minetest
minetest: 5.2.0 -> 5.3.0
2020-07-11 17:05:27 +02:00
Jan Tojnar
6f8345035b
fontconfig: remove its rules from configs
ITS rules are used for extracting translatable strings and they have
been moved to external files in 2.13.92 so they are not needed in
the config files themselves.

Removing them also cuts down on errors/warnings produced when using
older versions of fontconfig (< 2.12.92). Now it will only complain
about the description element but that is fortunately just a warning,
not errors like the ones caused by the its attributes.

Thanks to this, we can change the config version in NixOS module
back to 2.11 allowing us to re-use the 2.13/2.14 configs for apps
built against 2.12 fontconfig.
2020-07-11 17:05:15 +02:00
Jan Tojnar
993deed7ab
fontconfig: Load fonts also from FHS paths
With previous patch, we no longer load non-versioned fonts.conf file to avoid incompatibilities
but this also means fontconfig will not load system-wide installed fonts on non-NixOS systems.

As a compromise, let's hardcode the FHS font paths to the built-in config so that the system
fonts work there. Unlike with the system config we do not need to worry about compatibility as
incompatible font files will be simply ignored.

Of course there will still be disparity if the system install fonts to some other location than
these two but I am afraid this is the best we can do.

See https://github.com/NixOS/nixpkgs/pull/73795#issuecomment-635771967 for discussion.
2020-07-11 17:05:13 +02:00
Jan Tojnar
edf2541f02
fontconfig: Only read versioned config dirs
Falling back to unversioned `/etc/fonts/conf.d` when versioned one does not exist
is problematic since it only occurs on non-NixOS systems and those are likely
to have a different version of fontconfig. When those versions use incompatible
elements in the config, apps using fontconfig will crash.

Instead, we are now falling back to the in-package `fonts.conf` file that loads
both the versioned global `conf.d` directory and the in-package `conf.d` since using
upstream settings on non-NixOS is preferable to not being able to use apps there.

In fact, we would not even need to link `fonts.conf`, as the in-package `fonts.conf`
will be always used unless someone creates the global one manually (the option is still
retained if one wants to write a custom NixOS module and to avoid unnecessary stat call on NixOS).

Additionally, since the `fonts.conf` will always load `conf.d` from the package, we no longer
need to install them to sytem `/etc` in the module. This needed some mucking with `50-user.conf`
which disables configs in user directories (a good thing IMO, NixOS module will turn it back on)
but otherwise, it is cleaner. The files are still prioritized by their name, regardless of their location.

See https://github.com/NixOS/nixpkgs/pull/73795#issuecomment-634370125 for more information.
2020-07-11 17:05:13 +02:00
worldofpeace
87786bc47f
fontconfig: bump configVersion to 2.13 2020-07-11 17:05:13 +02:00
worldofpeace
27b14ee82a
fontconfig: 2.12.6 -> 2.13.92 2020-07-11 17:05:12 +02:00
Robert Hensing
8c0459f611 dockerTools: Always set imageTag attribute
The image tag can be specified or generated from the output hash.
Previously, a generated tag could be recovered from the evaluated
image with some string operations.

However, with the introduction of streamLayeredImage, it's not
feasible to compute the generated tag yourself.

With this change, the imageTag attribute is set unconditionally,
for the buildImage, buildLayeredImage, streamLayeredImage functions.
2020-07-11 16:58:25 +02:00
freezeboy
27a198add6 fixup meta record 2020-07-11 16:55:33 +02:00
Daniël de Kok
25bf5520bd
Merge pull request #92546 from danieldk/transformers-0.8.1
python3Packages.transformers: 3.0.1 -> 3.0.2
2020-07-11 16:50:55 +02:00
R. RyanTM
512637e1d0 gnome3.tali: 3.36.1 -> 3.36.4 2020-07-11 16:50:34 +02:00
freezeboy
535c20b316 fixup picmi path and meta record 2020-07-11 16:48:09 +02:00
Vladimír Čunát
ec74a02bde
Merge branch 'master' into staging-next
Thousands of rebuilds from master (not sure why).
2020-07-11 16:45:47 +02:00
freezeboy
bf6559d008 fixup meta record 2020-07-11 16:42:25 +02:00
freezeboy
bda43779f6 minetest: 5.2.0 -> 5.3.0 2020-07-11 15:33:23 +02:00
Vincent Laporte
1bff502065
ocamlPackages.lambdasoup: 0.6.3 → 0.7.1 2020-07-11 15:23:47 +02:00
Florian Klink
34663b0fc1 gerrit: 3.1.5 -> 3.2.2 2020-07-11 15:07:54 +02:00
Elis Hirwing
49316cca66
php74: 7.4.7 -> 7.4.8
Changelog: https://www.php.net/ChangeLog-7.php#7.4.8
2020-07-11 15:07:44 +02:00
Elis Hirwing
86ed3bf578
php72: 7.2.31 -> 7.2.32
Changelog: https://www.php.net/ChangeLog-7.php#7.2.32
2020-07-11 14:49:37 +02:00
Elis Hirwing
ef4f6dba94
php73: 7.3.19 -> 7.3.20
Changelog: https://www.php.net/ChangeLog-7.php#7.3.20
2020-07-11 14:46:29 +02:00
David McKay
2968735bbc gnomeExtensions.dash-to-panel: 31 -> 38 2020-07-11 13:45:02 +01:00
Johan Thomsen
4f39f93d8e nixos/ceph: (test) ceph now has device monitoring and pg_autoscaler enabled by default
- the pg_autoscaler will force new empty pools down to 32 pgs
- device monitoring metrics consumes 1 pool with 1 pg
2020-07-11 14:12:42 +02:00
Johan Thomsen
0dea5dff36 ceph: 14.2.10 -> 15.2.4 2020-07-11 14:12:42 +02:00
Florian Klink
0057be6ebc
Merge pull request #92000 from f4814/platformio-udev
platformio: Add udev rules to package output
2020-07-11 14:10:33 +02:00
Simon Lackerbauer
8618e44f46 atlassian-jira: 8.9.0 -> 8.10.0 2020-07-11 14:06:07 +02:00
Florian Klink
785b558e66
Merge pull request #92781 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.104 -> 3.3.105
2020-07-11 13:57:57 +02:00
Florian Klink
1b78e0eeec
Merge pull request #73365 from colemickens/nixpkgs-firefox-libglvnd
firefox-wrapper: rename gdkWayland->forceWayland; always use libglvnd
2020-07-11 13:49:39 +02:00
Florian Klink
2bb6bc6648
Merge pull request #92823 from colemickens/firefox-drm
firefox{,-bin}: add 'mesa', for wayland/drm
2020-07-11 13:48:22 +02:00
eyjhb
3604e1e4f0
displaylink: 5.2.14 -> 5.3.1.34 2020-07-11 13:32:56 +02:00
Florian Klink
98b2a62eda
Merge pull request #92915 from Patagonicus/issue-91706
Revert "bashCompletion: speed-up test execution by using xdist"
2020-07-11 13:32:29 +02:00
Florian Klink
ee472d5811
Merge pull request #92903 from eadwu/networkd/fix-field-usedns
nixos/networkd: correct DHCPv6 UseDNS field
2020-07-11 13:32:05 +02:00
Vladimír Čunát
63d0579ec4
Merge #92338: lyx: 2.3.5.1 -> 2.3.5.2
It's a tiny bugfix update:
https://www.mail-archive.com/lyx-announce@lists.lyx.org/msg00185.html
2020-07-11 12:29:40 +02:00
Yannis Koutras
2ae43f84fe
Merge pull request #92888 from JustinLovinger/update-caps2esc-to-0.1.3
caps2esc: 0.1.0 -> 0.1.3
2020-07-11 12:15:31 +02:00
eyjhb
f72d51cc4e
evdi: 2020-02-22 -> 2020-04-16 2020-07-11 11:59:58 +02:00
Damien Cassou
e1efaa951f
Merge pull request #91918 from DamienCassou/vdirsync-0.16.8
vdirsyncer: 0.16.7 -> 0.16.8
2020-07-11 11:53:00 +02:00
Mario Rodas
56784484ff
jetbrains-mono: 1.0.6 -> 2.000 2020-07-11 04:20:00 -05:00
Vladimír Čunát
c62e88ab81
Merge #91818: gperftools: fix on ARM 2020-07-11 11:08:58 +02:00
Vladimír Čunát
44391a72b2
mongodb: add basic check
For example, it detected the issue fixed in the parent commit
(tested on aarch64).
2020-07-11 11:07:18 +02:00
Philipp Adolf
3c8cdbff84 Revert "bashCompletion: speed-up test execution by using xdist"
This reverts commit a85b07cbcb7a034bc07dda3642bc68fe621a63ec as
executing the tests in parallel makes them flaky. This can be seen very
easily on armv7l machines (and probably other machines that are slower
than common x86_64 machines as well), but is also reproducible on
x86_64.

This fixes #91706.
2020-07-11 11:04:27 +02:00
Daniël de Kok
cb92b4be75
Merge pull request #92812 from r-ryantm/auto-update/masterpdfeditor
masterpdfeditor: 5.4.38 -> 5.6.09
2020-07-11 11:01:12 +02:00
Daniël de Kok
c71518e75b
Merge pull request #92902 from r-ryantm/auto-update/smemstat
smemstat: 0.02.07 -> 0.02.08
2020-07-11 10:45:00 +02:00
R. RyanTM
5c869655f4 vttest: 20200420 -> 20200610 2020-07-11 08:34:43 +00:00
Timo Kaufmann
16bfe5bc85
Merge pull request #88629 from wamserma/gen-oath-safe-fix-deps
gen-oath-safe: add dependency on file command
2020-07-11 10:34:41 +02:00
Jonathan Ringer
f7108ec48b python3Packages.msrestazure: 0.6.3 -> 0.6.4 2020-07-11 01:22:09 -07:00
Jonathan Ringer
d5ac1d5d76 python3Packages.msrest: 0.6.13 -> 0.6.17 2020-07-11 01:22:09 -07:00
Eduardo Quiros
40f4cbbd7c lazygit: 0.20.4 -> 0.20.5
new version released with a small improvement
https://github.com/jesseduffield/lazygit/releases/tag/v0.20.5
2020-07-11 02:10:54 -06:00