Commit graph

228320 commits

Author SHA1 Message Date
Matthew Bauer 1644781046 release-lib.nix: remove innacurate platform groups
Removes three platform groups which imply that only linux support:

- x11Supported
- gtkSupported
- ghcSupported

replace with just linux
2020-06-04 16:05:44 -05:00
Michael Raskin 4f9053c605
Merge pull request #89285 from rmcgibbo/tachyon
tachyon: install header files
2020-06-03 22:44:35 +00:00
Nick Hu e37b999187
Merge pull request #89404 from priegger/fix/factorio-update
factorio{,-headless}-experimental: 0.18.26 -> 0.18.29
2020-06-03 23:03:33 +01:00
Florian Klink aad06c8ff5
Merge pull request #89328 from flokli/qemu-wrap
qemu: wrap GTK binaries
2020-06-03 22:29:19 +02:00
Kim Lindberger b084cf2d30
Merge pull request #89266 from talyz/mysqlnd-fix-compression
php.extensions.mysqlnd: Fix compression support
2020-06-03 21:42:26 +02:00
Maximilian Bosch f7036e2cfc mautrix-telegram: 0.7.2 -> 0.8.0
https://github.com/tulir/mautrix-telegram/releases/tag/v0.8.0
2020-06-03 11:33:30 -07:00
Maximilian Bosch f7dbcb56c5 python3Packages.telethon: 1.10.10 -> 1.14.0 2020-06-03 11:33:30 -07:00
Maximilian Bosch 9b5b943222 python3Packages.mautrix: 0.4.2 -> 0.5.0 2020-06-03 11:33:30 -07:00
Jonathan Ringer 4ecc2d857f devpi-client: 5.0.0 -> 5.2.0 2020-06-03 11:29:15 -07:00
Jonathan Ringer 7211e4ef7b devpi-server: 5.2.0 -> 5.5.0 2020-06-03 11:29:15 -07:00
Jonathan Ringer 903e0ecd2f python3Packages.minio: fix build, fix tests 2020-06-03 11:29:15 -07:00
Jonathan Ringer fd19d900d3 octoprint: freeze watchdog 2020-06-03 11:29:15 -07:00
Jonathan Ringer 89c986fdf0 python3Packages.flower: add missing dependencies 2020-06-03 11:29:15 -07:00
Jonathan Ringer 57238c566a python3Packages.celery: 4.4.2 -> 4.4.4, fix tests 2020-06-03 11:29:15 -07:00
Jonathan Ringer 74e0cbf32d python3Packages.clickclick: fix tests 2020-06-03 11:29:15 -07:00
Jonathan Ringer 22ef38bdad python3Packages.zope_lifecycleevent: fix tests 2020-06-03 11:29:15 -07:00
Jonathan Ringer 7a8434c710 python3Packages.zope_i18nmessageid: fix tests 2020-06-03 11:29:15 -07:00
Jonathan Ringer 0e13f49e7c python3Packages.zope-hookable: 4.2.0 -> 5.0.1 2020-06-03 11:29:15 -07:00
Will Dietz 94d1218d44
Merge pull request #89406 from danieldk/softmaker-office-1014
softmaker-office: 976 -> 1014
2020-06-03 12:55:47 -05:00
Eelco Dolstra 9a9f300758
Merge pull request #89423 from LnL7/replace-base64-hashes
treewide: replace base64 encoded hashes
2020-06-03 19:00:08 +02:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Lancelot SIX d36e9412f8
Merge pull request #89418 from mweinelt/django2.2
pythonPackages.django2_2: 2.2.11 -> 2.2.13
2020-06-03 17:25:17 +01:00
WilliButz 493610ed7f
Merge pull request #89419 from Frostman/grafana-7.0.2
grafana: 7.0.1 -> 7.0.2
2020-06-03 18:05:35 +02:00
Sergey Lukjanov 948ffb6b3d grafana: 7.0.1 -> 7.0.2 2020-06-03 08:30:34 -07:00
Martin Weinelt b2da714180
pythonPackages.django2_2: 2.2.11 -> 2.2.13
Fixes: CVE-2020-13254, CVE-2020-13596
2020-06-03 16:52:17 +02:00
Jaka Hudoklin fd9d37e271
Merge pull request #87985 from lourkeur/fix_85694
xpra: fix #85694
2020-06-03 14:37:35 +00:00
Michael Weiss a448d9156b
Merge pull request #89407 from primeos/empty-hostname-fix
nixos: Allow empty hostnames again
2020-06-03 16:18:28 +02:00
Domen Kožar b759127127
Merge pull request #89409 from edibopp/change-username
Update my GitHub username
2020-06-03 16:16:16 +02:00
Michael Weiss 8a9cbdb549
tev: 1.15 -> 1.16 2020-06-03 16:13:07 +02:00
Domen Kožar e2b0fd0b1d
patchelfUnstable: bump 2020-06-03 16:06:52 +02:00
Jörg Thalheim 977c6ac9d2
Merge pull request #89330 from afontaine/build-runit-on-darwin
runit: Add Darwin Compatibility
2020-06-03 14:44:59 +01:00
Eduard Bopp 84b5d5dfef Update my GitHub username
I recently changed the username, so this reflects that change to make
sure people find me.

For confirmation, check that the GitHub ID is still 3098430 for my new
username using the GitHub API:

https://api.github.com/users/edibopp
2020-06-03 15:42:55 +02:00
Michael Weiss a6afdbb70b
nixos: Allow empty hostnames again
This fixes a regression from 993baa587c which requires
networking.hostName to be a valid DNS label [0].
Unfortunately we missed the fact that the hostnames may also be empty,
if the user wants to obtain it from a DHCP server. This is even required
by a few modules/images (e.g. Amazon EC2, Azure, and Google Compute).

[0]: https://github.com/NixOS/nixpkgs/pull/76542#issuecomment-638138666
2020-06-03 15:23:37 +02:00
Eelco Dolstra aef2bc1330
nix: 2.3.6 -> 2.3.6 2020-06-03 14:57:39 +02:00
Daniël de Kok 87e8f73633 softmaker-office: 976 -> 1014
The edition also changed from 2018 to 2021, since this is a major new
release. Changes:

https://www.softmaker.com/en/softmaker-office-whatsnew
2020-06-03 14:54:01 +02:00
Philipp Riegger 0de586eb01 factorio{,-headless}-experimental: 0.18.26 -> 0.18.29 2020-06-03 14:08:06 +02:00
WilliButz 86a8c3f485
Merge pull request #87665 from kampka/matrix-appservice-slack
matrix-appservice-slack: 1.2.0 -> 1.3.1
2020-06-03 13:52:07 +02:00
Timo Kaufmann 3f3b93b141
Merge pull request #89397 from timokau/flask-autoindex-py2-unbreak
python2.pkgs.flask-autoindex: fix build
2020-06-03 13:49:18 +02:00
WilliButz d7f3370193
Merge pull request #89207 from ciil/confluence-update
atlassian-confluence: 7.4.0 -> 7.5.0
2020-06-03 13:37:00 +02:00
Timo Kaufmann caf2c1bb07 python2.pkgs.flask-autoindex: fix build
pathlib is now required, which is part of the standard library in python
3.4+ but not in python 2.7. Broken by
ec12a5fd1e
2020-06-03 13:20:31 +02:00
Domen Kožar 7f013bade8
Merge pull request #89400 from OPNA2608/parallelbuilding-fixes
Parallel building fixes
2020-06-03 13:08:19 +02:00
José Romildo Malaquias c6aa729b68
Merge pull request #89358 from romildo/upd.ubuntu-themes
ubuntu-themes: init at 19.04
2020-06-03 08:04:54 -03:00
Emery Hemingway a55f6b46d8 gomuks: 2020-03-20 -> 0.1.0 2020-06-03 15:58:18 +05:30
Jörg Thalheim 4cbf76797e
Merge pull request #89337 from mweinelt/hass-yaml-fun 2020-06-03 11:19:03 +01:00
Jörg Thalheim b68c2de8f8
Merge pull request #89394 from uael/patch-1
Fixed jetbrains clion clangd binary
2020-06-03 10:59:11 +01:00
zimbatm 383c5d09b9
gerrit: 3.1.4 -> 3.1.5 (#89288) 2020-06-03 09:45:51 +00:00
Lucas Abel 3b605eaee6
jetbrains: update
fixed missing zlib path to rpath in the clion bundled clangd binary
2020-06-03 11:40:51 +02:00
Peter Hoeg ecb7d7adf7
Merge pull request #89304 from peterhoeg/u/lucky-cli
lucky-cli: 0.20.0 -> 0.21.0
2020-06-03 17:40:27 +08:00
Peter Hoeg c36d87cfe4
Merge pull request #89251 from peterhoeg/f/efivar
efivar: fix Could not parse device path: Invalid Argument
2020-06-03 17:39:55 +08:00
JosephTheEngineer c976124d1d
falkon: use wrapQtAppsHook (#89375) 2020-06-03 09:12:46 +00:00