Commit Graph

181229 Commits

Author SHA1 Message Date
Vladimír Čunát
ea01202e5e Revert "libical: temporarily don't build docs to unblock staging-next"
This reverts commit dae72e7e7d.
Not needed now.
2019-05-26 11:03:50 +02:00
Vladimír Čunát
b41ef4c7ba Revert "gtk-doc: 1.29 -> 1.30"
This reverts commit 765079fbf9.
Problems, usually around https://gitlab.gnome.org/GNOME/gtk-doc/issues/84
2019-05-26 11:03:50 +02:00
Vladimír Čunát
7c1568645b Revert "gtk-doc: build with meson"
This reverts commit 064ca0afe9.
The previous gtk-doc version won't build with our current meson.
2019-05-26 11:03:50 +02:00
Vladimír Čunát
451be596d3 Revert "gtk-doc: fix css file permissions"
This reverts commit 0e2768050a.
Let's revert the gtk-doc update for now; it causes too many problems.
2019-05-26 11:03:50 +02:00
Florian Klink
00263c9306 linuxPackages.nvidia_x11_legacy390: use patches from archlinux
Those seem to have gotten outdated, and don't build on current kernels
anymore.

Reported-In: https://github.com/NixOS/nixpkgs/issues/62012
2019-05-26 10:58:34 +02:00
Edmund Wu
1b3a08fa0e weasyprint: 45 -> 47 2019-05-26 10:15:50 +02:00
Vladimír Čunát
b4ae841b23
Merge branch 'staging-next' into staging 2019-05-26 09:48:55 +02:00
Yegor Timoshenko
e775638efd
Merge pull request #61872 from transumption/201905/fix-e2fsprogs-cross
e2fsprogs: fix cross compilation
2019-05-26 10:30:09 +03:00
Yegor Timoshenko
7409ec7e1e
e2fsprogs: fix cross compilation 2019-05-26 10:20:51 +03:00
Robert Djubek
98ed6f2e49
zncModules: palaver init at 2018-09-18 2019-05-26 05:02:30 +00:00
Robert Djubek
f054767603
zncModules: ignore init at 2017-04-28 2019-05-26 05:02:29 +00:00
Robert Djubek
5e0d79376d
zncModules: clientaway init at 2017-04-28 2019-05-26 05:02:29 +00:00
Robert Djubek
33329dc4bf
maintainer-list: add myself (Kiwi) as a maintainer 2019-05-26 05:02:29 +00:00
Bryan Gardiner
2400191caf
nixos/xdg/mime: disable fdatasync when building the XDG MIME database
Back in 2013, update-mime-database started using fdatasync() to write out
its changes after processing each file in /share/mime, with the reasoning
that a corrupted database from an interruption midway would be
problematic for applications[1].  Unfortunately, this caused a
significant regression in the time required to run update-mime-database:
commonly from under a second to half a minute or more.

This delay affects the time required to build system-path on NixOS, when
xdg.mime.enable is true (the default).  For example, on one of my systems
system-path builds in ~48 seconds, 45 of which are update-mime-database.
This makes rapidly building new system configurations not fun.

This commit disables the calls to fdatasync().  update-mime-database
checks an environment variable, PKGSYSTEM_ENABLE_FSYNC, to determine
whether it should sync, and we can set this to false.  system-path
already only has whatever filesystem commit guarantees that the Nix
builder provides.  Furthermore, there is no risk of a failed MIME
database update messing up existing packages, because this is Nix.

(This issue was also reported at and discussed by Debian, Red Hat, and
Gentoo at least.)

[1] https://bugs.freedesktop.org/show_bug.cgi?id=70366
2019-05-25 21:00:25 -07:00
Matthew Bauer
e380ef3987
Merge pull request #62072 from thumphries/autorandr-docfix
autorandr: use official package description
2019-05-25 22:37:30 -05:00
Aaron Andersen
5dc4d65b57
Merge pull request #61982 from bignaux/xcpc
xcpc: move libdsk and lesstiff as optional
2019-05-25 23:03:17 -04:00
Tim Humphries
b7032b5281 autorandr: use official package description
Use the description from the manpage / upstream repository.
2019-05-25 18:32:53 -07:00
Renaud
f563832d28
Merge pull request #62002 from cresh/riemann-3.2
riemann: 0.3.1 -> 0.3.2
2019-05-26 01:07:09 +02:00
Renaud
6f19a3c131
Merge pull request #62041 from Ma27/fix-w3m-nox
w3m-nox: fix build
2019-05-26 00:54:54 +02:00
Renaud
0f3a78bc66
Merge pull request #62048 from romildo/upd.terminology
enlightenment.terminology: 1.4.0 -> 1.4.1
2019-05-26 00:52:12 +02:00
Matthew Bauer
fcd012eed6
Merge pull request #61824 from vlaci/multipath-tools-1
multipath-tools: fix download URL and adjust download URL
2019-05-25 17:03:52 -05:00
Timo Kaufmann
28b4f7b6ac
Merge pull request #62052 from timokau/rl-coach-init
python.pkgs.rl-coach: init at 0.12.0
2019-05-25 22:45:04 +02:00
Daniel Schaefer
0f537a49e1 chromium: Use upstream desktop entry
Upstream provides a much more featureful desktop entry file. If we use
that we take advantage of all of those features and don't have to maintain it
ourselves.
2019-05-25 22:39:47 +02:00
Michael Weiss
d9153a6815
androidStudioPackages.{dev,canary}: 3.5.0.14 -> 3.6.0.1 2019-05-25 22:21:27 +02:00
Tadeo Kondrak
0dfa25e17c l-smash: init at 2.4.15 2019-05-26 04:54:57 +09:00
Silvan Mosberger
0040ca936e
Merge pull request #56175 from MostAwesomeDude/tahoe-service
Fix tahoe service
2019-05-25 21:53:23 +02:00
Ambroz Bizjak
1430e10892 virtualbox: 6.0.6 -> 6.0.8 2019-05-25 21:39:55 +02:00
Andreas Rammhold
ef35ad1dbc
ghostscript: add patches for CVE-2019-3839 (#62029)
ghostscript: add patches for CVE-2019-3839
2019-05-25 18:56:04 +00:00
Tom Hunger
efcaed45ce clickhouse: 18.16.1 -> 19.6.2.11 2019-05-25 19:48:28 +01:00
Milan Pässler
1078041946 slack: 3.4.0 -> 3.4.2 2019-05-25 20:26:26 +02:00
Vladimír Čunát
bb2a49d1e7
Merge #62063: evince: patch CVE-2019-11459 2019-05-25 19:57:53 +02:00
Nikolay Amiantov
8f7e1fde58 gajim: 1.1.2 -> 1.1.3 2019-05-25 20:34:07 +03:00
Nikolay Amiantov
f8a4e79b20 pythonPackages.python-axolotl: 0.2.2 -> 0.2.3
Fixes corrupted OMEMO messages from Gajim.
2019-05-25 20:34:07 +03:00
Aaron Andersen
10ed05ec5c
Merge pull request #61976 from suhr/kvirc
kvirc: init at 5.0.0
2019-05-25 13:32:30 -04:00
Marek Mahut
ace58ebcd3 evince: CVE-2019-11459 2019-05-25 17:27:09 +00:00
Renaud
e2d1da7c51
perlPackages.Po4a: 0.47 -> 0.55 (#62060)
+ refresh meta.homepage
2019-05-25 19:06:32 +02:00
Matthieu Coudron
cdf0dbac3a
Merge pull request #62058 from freepotion/maintainer-email-update
maintainer-list.nix: email update
2019-05-26 02:00:34 +09:00
Markus Schneider
c30bd387d2 leftwm: enable service 2019-05-26 01:27:04 +09:00
Markus Schneider
0ae372dcde leftwm: init at 0.1.9 2019-05-26 01:27:04 +09:00
Markus Schneider
0da09111da added mschneider to maintainers 2019-05-26 01:27:04 +09:00
Renaud
f5e9f0f44b
axel: update meta.homepage
alioth.debian.org is gone
2019-05-25 17:58:45 +02:00
Free Potion
3015c66727
maintainer-list.nix: email update 2019-05-25 18:39:09 +03:00
Renaud
e73f42be1c
pythonPackages.python-daemon: update meta.homepage 2019-05-25 17:11:31 +02:00
Minijackson
370a81d88f
waybar: 0.6.5 -> 0.6.6 2019-05-25 16:44:23 +02:00
Minijackson
a52835176e
spdlog: 1.2.1 -> 1.3.1 2019-05-25 16:43:37 +02:00
Maximilian Bosch
5fa93517f5
Merge pull request #61971 from sjau/wg_client_start
wireguard: restart on failure\nAs a oneshot service, if the startup f…
2019-05-25 16:36:56 +02:00
sjau
1bff53cb84
wireguard: restart on failure
As a oneshot service, if the startup failed it would never be attempted again.
This is problematic when peer's addresses require DNS. DNS may not be reliably available at
the time wireguard starts. Converting this to a simple service with Restart
and RestartAfter directives allows the service to be reattempted, but at
the cost of losing the oneshot semantics.

Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
2019-05-25 16:32:14 +02:00
Florian Klink
e4de353830
wireguard service: allow empty interfaces (#61743)
wireguard service: allow empty interfaces
2019-05-25 16:30:27 +02:00
Maximilian Bosch
09e2189af4
Merge pull request #62051 from dhl/serverlessrepo-fix-pyyaml
pythonPackages.serverlessrepo: fix pyyaml override
2019-05-25 16:14:42 +02:00
Timo Kaufmann
dbed8e977c
Merge pull request #61535 from timokau/linbox-1.6.2
linbox: 1.6.1 -> 1.6.2
2019-05-25 15:32:03 +02:00