Commit graph

261672 commits

Author SHA1 Message Date
Ctem 2e131e1f45
nixos/chrony: add option to choose between two commonly used server directive options 2021-01-06 20:04:41 +09:00
Ctem 9550d865e9
nixos/chrony: add option to enable NTS authentication 2021-01-06 20:04:20 +09:00
Sandro fd0c2add78
Merge pull request #108555 from Enzime/remove/maintainer-status
treewide: stop maintaining most packages
2021-01-06 11:42:54 +01:00
Jörg Thalheim ce28a489a9
Merge pull request #108259 from r-burns/pythonix
python3Packages.pythonix: 0.1.6 -> 0.1.7, fix python module
2021-01-06 10:19:43 +00:00
Jörg Thalheim a9a348e8f5
Merge pull request #108566 from fabaff/python-XXXio
python3Packages.python-engineio: 3.13.2 -> 4.0.0
2021-01-06 09:23:14 +00:00
Sandro c5d75f4ea9
Merge pull request #108486 from prusnak/librealsense
librealsense: 2.40.0 -> 2.41.0
2021-01-06 10:16:50 +01:00
Sandro 8439f8418d
Merge pull request #108438 from S-NA/digikam
digikam: enable appstyles
2021-01-06 10:15:57 +01:00
Fabian Affolter 8a7202c783 python3Packages.flask-socketio: add pythonImportsCheck 2021-01-06 09:12:50 +01:00
Fabian Affolter 328040d127 python3Packages.flask-socketio: enable tests 2021-01-06 09:11:34 +01:00
Fabian Affolter 29dd4e2269 python3Packages.flask-socketio: use GitHub source 2021-01-06 09:09:50 +01:00
Fabian Affolter d93ba0bb61 python3Packages.flask-socketio: 4.3.2 -> 5.0.1 2021-01-06 09:06:55 +01:00
Fabian Affolter e391e058e0 python3Packages.python-socketio: update attributes 2021-01-06 09:01:15 +01:00
Fabian Affolter 1a2e6747c4 python3Packages.python-socketio: add pythonImportsCheck 2021-01-06 08:55:27 +01:00
Fabian Affolter 8e586c90a8 python3Packages.python-socketio: enable tests 2021-01-06 08:54:30 +01:00
Fabian Affolter 9630d39b88 python3Packages.python-socketio: use GitHub source 2021-01-06 08:52:26 +01:00
Fabian Affolter 61123bd5ba python3Packages.python-socketio: 4.6.1 -> 5.0.4 2021-01-06 08:50:07 +01:00
Fabian Affolter aeebcd7c8a python3Packages.python-engineio: update attributes 2021-01-06 08:46:33 +01:00
Fabian Affolter a47a63c0fb python3Packages.python-engineio: add pythonImportsCheck 2021-01-06 08:45:39 +01:00
Fabian Affolter a050391994 python3Packages.python-engineio: 3.13.2 -> 4.0.0 2021-01-06 08:44:33 +01:00
Jörg Thalheim 5a18a52a57
Merge pull request #108499 from fabaff/ha-parse 2021-01-06 07:12:41 +00:00
Jörg Thalheim 4dc8d7c9c1
Merge pull request #108524 from ju1m/tor
nixos/tor: fix client.dns.automapHostsSuffixes renaming
2021-01-06 06:52:06 +00:00
Vincent Laporte ccc474d77b ocamlPackages.bisect_ppx: 1.4.0 → 2.5.0 2021-01-06 07:35:23 +01:00
Vincent Laporte bd31e66778 ocamlPackages.bisect_ppx-ocamlbuild: remove at 1.4.0
This package is no longer maintained.
2021-01-06 07:35:23 +01:00
Michael Hoang 31f9051cf6 treewide: stop maintaining most packages 2021-01-06 17:06:03 +11:00
R. RyanTM d720e62914 python37Packages.pylast: 4.0.0 -> 4.1.0 2021-01-05 21:25:12 -08:00
Mario Rodas 0b8b118236
Merge pull request #107843 from freezeboy/update-1password
_1password: 1.7.0 -> 1.8.0
2021-01-05 23:51:17 -05:00
Mario Rodas 5ca9b52719 vorbisgain: enable on darwin 2021-01-06 04:20:00 +00:00
Mario Rodas 44ef664c89 mp3gain: enable on darwin 2021-01-06 04:20:00 +00:00
Orivej Desh (NixOS) b3ae041420
Merge pull request #107623 from orivej/aws
aws-sdk-cpp: 1.7.90 -> 1.8.113
2021-01-06 08:35:28 +00:00
Orivej Desh 1e0feb6545 endless-sky: fix build with gcc10 2021-01-06 08:32:03 +00:00
Orivej Desh daa511e422 gpsbabel: 1.6.0 -> 1.7.0
Fixes build (check phase) with gcc10.
2021-01-06 08:25:29 +00:00
Sandro b349d080d7
Merge pull request #108543 from r-ryantm/auto-update/picard
picard: 2.5.5 -> 2.5.6
2021-01-06 09:10:45 +01:00
Pavol Rusnak 97bdd2d246
Merge pull request #108560 from Emantor/fix/chiaki
chiaki: use mkDerivation for QT5 application
2021-01-06 08:54:34 +01:00
Rouven Czerwinski ca0e2aced0 chiaki: use mkDerivation for QT5 application
Commit fe1151218c ("chiaki: cleanup package") replaced mkDerivation
with stdenv mkDerivation, which is wrong for QT5 applications and
results in the following error on start:

  qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
  qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
  This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

also see [1] in the manual. Fix the package by using mkDerivation again.

[1]: https://nixos.org/manual/nixpkgs/unstable/#sec-language-qt

Fixes: fe1151218c ("chiaki: cleanup package")
2021-01-06 08:26:15 +01:00
Orivej Desh de753c64f9 hydraUnstable: patch to support nixUnstable 2.4pre20201205_a5d85d0
Upstream PR: https://github.com/NixOS/hydra/pull/840
2021-01-06 06:05:52 +00:00
Orivej Desh 4e2a4fc133 nixUnstable: 2.4pre20201201_5a6ddb3 -> 2.4pre20201205_a5d85d0
It support newer aws-cpp-sdk since https://github.com/NixOS/nix/pull/4316
2021-01-06 06:05:52 +00:00
Orivej Desh b07089cd1a nix: patch to support newer aws-sdk-cpp
Upstream PR: https://github.com/NixOS/nix/pull/4404
2021-01-06 06:05:52 +00:00
Orivej Desh 4cb0e9e1c4 nix: update aws-sdk-cpp TransferManager ContentEncoding patch for 1.8.113 2021-01-06 06:05:51 +00:00
Orivej Desh ff3f5bb60c aws-sdk-cpp: 1.7.90 -> 1.8.113 2021-01-06 06:05:51 +00:00
Orivej Desh 41fee267fd aws-c-event-stream: 0.1.1 -> 0.2.6 2021-01-06 06:05:51 +00:00
Orivej Desh d899420b3d aws-c-io: init at 0.7.0 2021-01-06 06:05:51 +00:00
Orivej Desh 6bb19efc82 aws-c-cal: init at 0.4.5 2021-01-06 06:05:51 +00:00
Orivej Desh 09fdc4553b s2n: init at 0.10.23 2021-01-06 06:05:50 +00:00
Orivej Desh b95a9663a0 aws-checksums: 0.1.7 -> 0.1.10 2021-01-06 06:05:50 +00:00
R. RyanTM 3619fa9065 aws-c-common: 0.3.11 -> 0.4.63
Closes #103613
2021-01-06 06:05:50 +00:00
R. RyanTM e3f0b5ee97 python37Packages.trimesh: 3.8.19 -> 3.9.1 2021-01-05 20:13:07 -08:00
Mario Rodas b60acf29f1 mp4v2: fix build on darwin 2021-01-05 23:02:46 -05:00
Mario Rodas ee433ead67
Merge pull request #108542 from marsam/update-nodejs
nodejs: 10.23.0 -> 10.23.1, 12.20.0 -> 12.20.1, 14.15.3 -> 14.15.4, 15.5.0 -> 15.5.1
2021-01-05 22:52:25 -05:00
R. RyanTM c8ea2c9898 picard: 2.5.5 -> 2.5.6 2021-01-06 02:39:47 +00:00
Mario Rodas a3ab47ec90
Merge pull request #108509 from zowoq/delta
gitAndTools.delta: 0.5.0 -> 0.5.1
2021-01-05 21:17:32 -05:00