235807 Commits

Author SHA1 Message Date
Daniël de Kok
d2754e07bb
Merge pull request #92914 from danieldk/rocm-opencl
rocm-opencl-icd: init at 3.5.0
2020-07-15 18:55:53 +02:00
Daniël de Kok
43d57ad350
Merge pull request #93183 from edibopp/oneshot-update
oneshot: 1.1.0 → 1.1.3
2020-07-15 17:40:09 +02:00
Eduard Bopp
2dae0897c9 oneshot: 1.1.0 → 1.1.3 2020-07-15 16:41:26 +02:00
Matt Votava
fbaafd311b home-assistant: pin PyChromecast 2020-07-15 07:28:50 -07:00
Vincent Laporte
f4722ea0bc ocamlPackages.ppx_tools: 6.1 → 6.2 2020-07-15 15:48:04 +02:00
Michael Weiss
f05b67ec83
google-chrome: Fix the EGL backend 2020-07-15 15:31:02 +02:00
Tim Steinbach
40d449525a
oh-my-zsh: 2020-07-13 -> 2020-07-14 2020-07-15 09:17:21 -04:00
Jeffrey McBeth
79ed95b348 maintainers: add mcbeth 2020-07-15 09:15:55 -04:00
Michael Weiss
2ec04dc22a
Merge pull request #93149 from primeos/chromium
chromium: 83.0.4103.116 -> 84.0.4147.89
2020-07-15 15:04:26 +02:00
Daniël de Kok
bc077b5724
Merge pull request #93028 from dtzWill/update/agave-16
agave: 15 -> 16
2020-07-15 14:49:06 +02:00
Daniël de Kok
ea489de618
Merge pull request #93050 from kampka/trilium
trilium: 0.43.1 -> 0.43.2
2020-07-15 14:47:35 +02:00
Daniël de Kok
17ad22a838
Merge pull request #93074 from r-ryantm/auto-update/libmatroska
libmatroska: 1.5.2 -> 1.6.0
2020-07-15 14:32:30 +02:00
Daniël de Kok
7cc06dce65
Merge pull request #93126 from CheariX/open-vm-tools-11.1.0
open-vm-tools: 11.0.5 -> 11.1.0
2020-07-15 14:18:26 +02:00
Marek Mahut
363110efad
Merge pull request #93170 from prusnak/bip-utils
python3Packages.bip_utils: init at 1.0.5
2020-07-15 13:40:12 +02:00
Graham Christensen
ff42f461f0
Merge pull request #93161 from cole-h/rm-tmp
Remove tmp file from tarball job
2020-07-15 07:31:31 -04:00
Michael Weiss
5d1064a212
signal-desktop: 1.34.3 -> 1.34.4 2020-07-15 12:49:59 +02:00
Aaron Andersen
30df4d9f10
Merge pull request #93111 from freezeboy/update-moodle
moodle: 3.9.0 -> 3.9.1
2020-07-15 06:45:37 -04:00
Aaron Andersen
a3efa87706
Merge pull request #93075 from raboof/sweethome3d-enable-java2d-opengl
sweethome3d: improve performance by enabling OpenGL for java2d
2020-07-15 06:44:01 -04:00
Pavol Rusnak
bcdb9a427d
python3Packages.bip_utils: init at 1.0.5 2020-07-15 11:40:59 +02:00
David McKay
b3870815c4 gnomeExtensions.emoji-selector: init at v19 2020-07-15 09:24:41 +01:00
R. RyanTM
9923599535 xfractint: 20.04p14 -> 20.04p15 2020-07-15 07:45:53 +00:00
Michael Raskin
e6d81a9b89
Merge pull request #93158 from r-ryantm/auto-update/siege
siege: 4.0.5 -> 4.0.6
2020-07-15 07:36:35 +00:00
Michael Raskin
71eb03a3c1
Merge pull request #92403 from r-ryantm/auto-update/picoLisp
picolisp: 19.12 -> 20.6
2020-07-15 07:30:00 +00:00
Jan Tojnar
821dba740e
Merge branch 'staging-next' into staging 2020-07-15 09:29:01 +02:00
Michael Raskin
3673b31d2b
Merge pull request #93087 from jerith666/alpine-2-23
alpine: 2.21 -> 2.23
2020-07-15 07:28:24 +00:00
Michael Raskin
2d2a31aac0
Merge pull request #92609 from r-ryantm/auto-update/squid
squid: 4.11 -> 4.12
2020-07-15 07:25:32 +00:00
Jan Tojnar
5788f7173e
Merge branch 'master' into staging-next 2020-07-15 09:25:28 +02:00
Michele Guerini Rocco
d8ec219293
Merge pull request #93051 from samuelgrf/fix/nerdfonts-no-winfonts
nerdfonts: disable Windows font variants (by default)
2020-07-15 09:22:34 +02:00
Michele Guerini Rocco
661ebced1b
Merge pull request #93137 from rnhmjoj/uncertain
uncertainties: 3.1.2 -> 3.1.4
2020-07-15 09:19:58 +02:00
Jan Tojnar
f83c9a7561
libevdev: fix aarch64 support 2020-07-15 06:15:16 +02:00
Jan Tojnar
d9f416313a
python3.pkgs.pyudev: do not propagate systemd
It is not linked against so there is no need to include it in build inputs, much less propagate it.

This removes systemd.dev from the runtime closure of packages using pyudev.
2020-07-15 06:15:16 +02:00
Jan Tojnar
6cf8110264
libinput: fix subcommands
Running subcommands like `libinput measure` requires python and some python modules.

I previously added the dependencies in [1] but [2] accidentally moved them to checkInputs so they are not available at runtime by patchShebangs (especially since tests are disabled).

Additionally, the tools were ported from evdev python module to python-libevdev in libinput 1.14, which was missed [3] during upgrade.

Finally, other python modules are needed so let's add them as well.

[1]: https://github.com/NixOS/nixpkgs/pull/51304
[2]: de14f0c6e1
[3]: b291f2a995
2020-07-15 06:15:16 +02:00
Jan Tojnar
7c75c1ed56
python3.pkgs.libevdev: enable tests 2020-07-15 06:15:15 +02:00
Jan Tojnar
10e5b931eb
python3.pkgs.libevdev: hardcode path 2020-07-15 06:15:15 +02:00
Cole Helbling
7f2c366268
Remove tmp file from tarball job
Brought up in
https://discourse.nixos.org/t/what-is-the-100mib-text-file-tmp-in-recent-channels-nixexprs-tar-xz/8137
and introduced by
d6ec410a47.
2020-07-14 20:02:31 -07:00
R. RyanTM
9cc53fd9e2 sslh: 1.20 -> 1.21 2020-07-15 02:31:01 +00:00
R. RyanTM
ad32e55b7d siege: 4.0.5 -> 4.0.6 2020-07-15 02:16:58 +00:00
Mario Rodas
dc1c3f3203
Merge pull request #93120 from marsam/update-kbs2
kbs2: 0.1.1 -> 0.1.2
2020-07-14 17:44:52 -05:00
Mario Rodas
2c97056db4
Merge pull request #93129 from r-ryantm/auto-update/python2.7-python-dotenv
python27Packages.python-dotenv: 0.13.0 -> 0.14.0
2020-07-14 17:43:42 -05:00
Mario Rodas
c08ef800bb
Merge pull request #93143 from tobim/mpd/0.21.25
mpd: 0.21.23 -> 0.21.25
2020-07-14 17:40:04 -05:00
José Romildo Malaquias
50de229ca5
Merge pull request #92671 from r-ryantm/auto-update/yaru
yaru-theme: 20.04.7 -> 20.10.1
2020-07-14 19:16:52 -03:00
Samuel Gräfenstein
56ce016024
nerdfonts: disable Windows font variants
The only difference between these and the regular fonts is that
the internal font name is limited to 31 characters. They double
the package closure size.
2020-07-14 23:58:01 +02:00
Dmitry Kalinkin
25d3591fd1
ujson: version 3.0.0 requires python 3.5+ 2020-07-14 17:51:08 -04:00
Maximilian Bosch
f0cfc7eba9
Merge pull request #92954 from etu/composer-update
php.packages.composer: 1.10.6 -> 1.10.8
2020-07-14 23:31:54 +02:00
José Romildo Malaquias
6b18a48255
Merge pull request #92541 from r-ryantm/auto-update/qt5ct
qt5ct: 0.41 -> 1.0
2020-07-14 18:16:51 -03:00
Michael Weiss
8427eb7044
chromium: 83.0.4103.116 -> 84.0.4147.89
https://chromereleases.googleblog.com/2020/07/stable-channel-update-for-desktop.html

This update includes 38 security fixes.

CVEs:
CVE-2020-6510 CVE-2020-6511 CVE-2020-6512 CVE-2020-6513 CVE-2020-6514
CVE-2020-6515 CVE-2020-6516 CVE-2020-6517 CVE-2020-6518 CVE-2020-6519
CVE-2020-6520 CVE-2020-6521 CVE-2020-6522 CVE-2020-6523 CVE-2020-6524
CVE-2020-6525 CVE-2020-6526 CVE-2020-6527 CVE-2020-6528 CVE-2020-6529
CVE-2020-6530 CVE-2020-6531 CVE-2020-6533 CVE-2020-6534 CVE-2020-6535
CVE-2020-6536
2020-07-14 23:10:31 +02:00
Michele Guerini Rocco
406e29d427
Merge pull request #93135 from claudiiii/update-riot-web
riot-web: 1.6.7 -> 1.6.8
2020-07-14 22:55:55 +02:00
Michele Guerini Rocco
4a2749b089
Merge pull request #93138 from rnhmjoj/bdf2psf
bdf2psf: 1.195 -> 1.196
2020-07-14 22:42:16 +02:00
Dmitry Kalinkin
a4c7c2ab30
Merge pull request #92295 from avnik/wine-update
Wine update: 5.11 -> 5.12
2020-07-14 16:35:23 -04:00
Dmitry Kalinkin
ac94f1ab7e
Merge pull request #91984 from veprbl/pr/zstd_use_shared_lib
zstd: build programs and tests against the shared library
2020-07-14 16:34:12 -04:00