1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 18:12:46 +00:00
Commit graph

181242 commits

Author SHA1 Message Date
Aaron Andersen bfc2ea774e
Merge pull request #62057 from minijackson/waybar-0.6.6
spdlog: 1.2.1 -> 1.3.1 ; waybar: 0.6.5 -> 0.6.6
2019-05-26 06:38:20 -04:00
Florian Klink fa6c93abe5
linuxPackages.virtualboxGuestAdditions: don't install VBoxOGL for now (#61944)
linuxPackages.virtualboxGuestAdditions: don't install VBoxOGL for now
2019-05-26 12:30:28 +02:00
Florian Klink c689671345
virtualbox: 6.0.6 -> 6.0.8 (#62067)
virtualbox: 6.0.6 -> 6.0.8
2019-05-26 12:29:41 +02:00
Andrew Childs a7a904768c packer: 1.4.0 -> 1.4.1 2019-05-26 18:50:03 +09:00
Marcial Gaißert c7bcd4277c caffeine-ng: init at 3.4.2 2019-05-26 18:24:23 +09:00
Marcial Gaißert 38ec6d9a08 pythonPackages.setproctitle: 1.1.9 -> 1.1.10 2019-05-26 18:24:23 +09:00
Marcial Gaißert e93a4e7b58 maintainers: add marzipankaiser 2019-05-26 18:24:23 +09:00
Mario Rodas d28cbaef61
parallel: 20190422 -> 20190522 2019-05-26 04:20:00 -05:00
Roman Volosatovs 7a48c0258a go-tools: 2017.2.2 -> 2019.1.1 2019-05-26 11:17:02 +02:00
Frederik Rietdijk 2a462f27dc Merge staging-next into staging 2019-05-26 11:14:25 +02:00
Vladimír Čunát 8809ebe42a Revert "libpsl: don't build docs"
This reverts commit 7c62ef8685.
Not needed now.
2019-05-26 11:03:50 +02:00
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