Commit Graph

323091 Commits

Author SHA1 Message Date
Ryan Burns
a8a57d623b
Merge pull request #141524 from zakame/contrib/python3-timecop
python3Packages.timecop: init at 0.5.0dev
2021-10-13 21:16:38 -07:00
Zak B. Elep
bc17a53990 python3Packages.timecop: init at 0.5.0dev 2021-10-14 12:07:25 +08:00
Artturi
c88983cef4
Merge pull request #141582 from helsinki-systems/fix/test-runner-exceptions
nixos/test-runner: Print exceptions that happen
2021-10-14 06:22:17 +03:00
figsoda
74c63a11cd
Merge pull request #141510 from newAM/cargo-spellcheck
cargo-spellcheck: 0.8.13 -> 0.8.14
2021-10-13 21:45:39 -04:00
Bobby Rong
0b15081439
Merge pull request #141015 from r-ryantm/auto-update/ryujinx
ryujinx: 1.0.7058 -> 1.0.7065
2021-10-14 09:25:54 +08:00
Aaron Andersen
03cf34636f
Merge pull request #140947 from xfix/dolphinEmuMaster15260
dolphinEmuMaster: 5.0-14002 -> 5.0-15260
2021-10-13 21:08:04 -04:00
Bobby Rong
b1fbab8f77
Merge pull request #141478 from 06kellyjac/deno
deno: 1.15.0 -> 1.15.1
2021-10-14 09:04:07 +08:00
Bobby Rong
2cf9db0e3d
Merge pull request #141559 from bbigras/anytype
anytype: 0.20.2 -> 0.20.9
2021-10-14 08:43:12 +08:00
Jan Tojnar
db3aa421df libshumate: print test logs on failure 2021-10-14 02:41:26 +02:00
Ryan Burns
bc4dfbe591
Merge pull request #141534 from johnrichardrinehart/postman/9.0.5
postman: 9.0.4 -> 9.0.5
2021-10-13 17:34:19 -07:00
Anderson Torres
37b6cc6f03
Merge pull request #141570 from AndersonTorres/new-ctx
ctx: init at 0.pre+date=2021-10-09
2021-10-13 21:18:35 -03:00
figsoda
d991a1a9d1
Merge pull request #141587 from mvnetbiz/drawing
drawing: 0.8.0 -> 0.8.3
2021-10-13 20:12:52 -04:00
figsoda
d2cc2fbb5a
Merge pull request #141575 from figsoda/update-verco
verco: 6.5.5 -> 6.6.0
2021-10-13 20:09:28 -04:00
Matt Votava
01478aefb3 drawing: 0.8.0 -> 0.8.3 2021-10-13 16:48:43 -07:00
Ryan Mulligan
3712aee173
Merge pull request #141473 from r-ryantm/auto-update/python38Packages.google-cloud-appengine-logging
python38Packages.google-cloud-appengine-logging: 0.1.5 -> 1.0.0
2021-10-13 16:39:03 -07:00
Ryan Mulligan
1612f548f2
Merge pull request #141310 from r-ryantm/auto-update/hubstaff
hubstaff: 1.6.1-20f4dbb0 -> 1.6.2-b5029032
2021-10-13 16:37:00 -07:00
José Romildo Malaquias
a91ebff981
Merge pull request #141530 from romildo/upd.hexchat
hexchat: 2.14.3 -> 2.16.0
2021-10-13 19:55:36 -03:00
Jan Tojnar
e90c3e2fe5 onboard: move python dependencies to pythonPath
It is deprecated but otherwise wrapPython adds everything that is propagated, including dev outputs, to program_PATH, which ends up in the wrapper.
2021-10-14 00:29:00 +02:00
Jan Tojnar
6fbc97704c onboard: fix indicator support
Closes: https://github.com/NixOS/nixpkgs/issues/117942
2021-10-14 00:27:54 +02:00
Artturi
9bc92ba914
Merge pull request #141576 from Artturin/tbsmarkbroken 2021-10-14 01:21:37 +03:00
Janne Heß
540dc908ca
nixos/test-runner: Print exceptions that happen 2021-10-14 00:15:53 +02:00
Jan Tojnar
09236e7b61
Merge pull request #141533 from jtojnar/gnome-prop-dev
gnome: Try to reduce output closure
2021-10-14 00:09:42 +02:00
Artturin
ce7c0c25dd linuxPackages.tbs: mark broken 2021-10-14 00:38:41 +03:00
figsoda
78d51d318c verco: 6.5.5 -> 6.6.0 2021-10-13 17:30:51 -04:00
Fabian Affolter
06ebbe53ec
Merge pull request #141568 from r-ryantm/auto-update/python38Packages.teslajsonpy
python38Packages.teslajsonpy: 1.0.0 -> 1.0.1
2021-10-13 23:30:33 +02:00
Artturi
69a167091c
Merge pull request #141531 from r-ryantm/auto-update/python38Packages.pglast 2021-10-14 00:02:13 +03:00
Jan Tojnar
800ceaf1bd gst_all_1.gst-plugins-good: disable asserts
`lib/gstreamer-1.0/libgstrtpmanager.so` includes `${gstreamer.dev}/include/gstreamer-1.0/gst/base/gstbitwriter.h` in their .rodata section, increasing the runtime closure unnecessarily. This happens because `gstbitwriter.h` header uses GLib’s `g_assert` macro, which wants to print `__FILE__` on assertion failure.

The assertions can and should be disabled on stable releases (ce64f0e0e0) so let’s do that.
2021-10-13 23:01:47 +02:00
AndersonTorres
7db1198c8e ctx: init at 0.pre+date=2021-10-09 2021-10-13 17:55:51 -03:00
Jan Tojnar
1a8fc0bb52 gst_all_1.gst-plugins-bad: disable asserts
`lib/gstreamer-1.0/libgstdvbsubenc.so` and `lib/libgstcodecparsers-1.0.so` include `${gstreamer.dev}/include/gstreamer-1.0/gst/base/gstbitwriter.h` in their .rodata section, increasing the runtime closure unnecessarily. This happens because `gstbitwriter.h` header uses GLib’s `g_assert` macro, which wants to print `__FILE__` on assertion failure.

The assertions can and should be disabled on stable releases (7b8d74c15b) so let’s do that.
2021-10-13 22:53:14 +02:00
R. RyanTM
4245631ef8 python38Packages.teslajsonpy: 1.0.0 -> 1.0.1 2021-10-13 20:48:29 +00:00
Fabian Affolter
b9a9f03404
Merge pull request #141513 from r-ryantm/auto-update/python38Packages.mypy-boto3-s3
python38Packages.mypy-boto3-s3: 1.18.59 -> 1.18.60
2021-10-13 22:47:56 +02:00
Fabian Affolter
ffaf314af3
Merge pull request #141564 from r-ryantm/auto-update/python38Packages.sunpy
python38Packages.sunpy: 3.0.1 -> 3.0.2
2021-10-13 22:46:11 +02:00
Robert Hensing
a541ce1fe7
Merge pull request #140763 from hercules-ci/abort-on-warn
lib.warn: Add NIX_ABORT_ON_WARN for call traces
2021-10-13 22:43:39 +02:00
Robert Hensing
c9b7cc79e6 lib.warn: Add NIX_ABORT_ON_WARN for call traces 2021-10-13 22:43:06 +02:00
José Romildo
f99f734f2b hexchat: 2.14.3 -> 2.16.0 2021-10-13 17:30:23 -03:00
Fabian Affolter
4f2ff90f74
Merge pull request #141393 from r-ryantm/auto-update/python38Packages.structlog
python38Packages.structlog: 21.1.0 -> 21.2.0
2021-10-13 22:25:36 +02:00
Fabian Affolter
388088cb86
Merge pull request #141475 from r-ryantm/auto-update/python38Packages.google-cloud-bigquery-logging
python38Packages.google-cloud-bigquery-logging: 0.2.2 -> 1.0.0
2021-10-13 22:23:05 +02:00
R. RyanTM
c4b786be2d python38Packages.sunpy: 3.0.1 -> 3.0.2 2021-10-13 20:20:30 +00:00
Martin Weinelt
4f8faadd0f
Merge pull request #141540 from mweinelt/python/aioesphomeapi 2021-10-13 21:57:36 +02:00
Bruno Bigras
686a5b087a anytype: 0.20.2 -> 0.20.9 2021-10-13 15:47:02 -04:00
Alyssa Ross
9cb521994e markets: 0.5.2 -> 0.5.3 2021-10-13 19:39:30 +00:00
Timothy DeHerrera
7e5125144d
Merge pull request #141528 from NixOS/nvidia-typo
nixos/nvidia: fix typo in PM assert
2021-10-13 13:26:07 -06:00
Jan Tojnar
ab9bbad9ea orca: move python dependencies to pythonPath
It is deprecated but otherwise wrapPython adds everything that is propagated, including dev outputs, to program_PATH, which ends up in the wrapper.
2021-10-13 21:23:10 +02:00
Lassulus
60c02e9795
Merge pull request #141517 from sternenseemann/gzdoom-fluidsynth-2
gzdoom: 4.5.0 -> 4.7.0; build with fluidsynth 2
2021-10-13 21:14:27 +02:00
Jan Tojnar
45bf279eaa gnome.gnome-tweaks: move python dependencies to pythonPath
It is deprecated but otherwise wrapPython adds everything that is propagated, including dev outputs, to program_PATH, which ends up in the wrapper.
2021-10-13 21:14:11 +02:00
R. RyanTM
c70619eec8 python38Packages.pglast: 3.6 -> 3.7 2021-10-13 22:08:34 +03:00
Jan Tojnar
3457360168 mod_dnssd: strip debugging symbols
Otherwise gnome-user-share and thus the whole GNOME will pull in apacheHttpd.dev & co.
2021-10-13 21:04:15 +02:00
Jan Tojnar
9922d63355 mod_dnssd: run {pre,post}Install hooks 2021-10-13 21:03:41 +02:00
Kanashimia
a6bff35d96 lowdown: 0.9.0 -> 0.9.2 2021-10-13 20:43:17 +02:00
Michael Weiss
18da17118e
Merge pull request #141293 from primeos/chromium
chromium: Start dropping Python 2
2021-10-13 20:42:57 +02:00