3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

323067 commits

Author SHA1 Message Date
superherointj 235dccbfff k3s: update script fix #3 2021-10-14 15:17:45 -03:00
superherointj 0b32a42531 linkerd: update script fix #3 2021-10-14 15:17:41 -03:00
superherointj f8d898781a fluxcd: update script fix #3 2021-10-14 15:09:01 -03: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
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
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
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
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
Ryan Burns 9a0c36e8d4
Merge pull request #141358 from r-ryantm/auto-update/python38Packages.intensity-normalization
python38Packages.intensity-normalization: 2.0.2 -> 2.0.3
2021-10-13 11:28:33 -07:00
Maciej Krüger 4bd6f7a10e
Merge pull request #141538 from mkg20001/netplanfix 2021-10-13 20:17:15 +02:00
Jan Tojnar c70f4c843d gnome.gnome-music: fix double wrapping 2021-10-13 20:11:08 +02:00
Maciej Krüger 054d6d9486
netplan: 0.101 -> 0.103, fix package 2021-10-13 19:50:38 +02:00
Alyssa Ross 851b719ac6 treewide: use stdenv.hostPlatform.extensions.sharedLibrary where appropriate 2021-10-13 17:39:37 +00:00
Alyssa Ross 7ff58e4a86 busybox: use more featureful modprobe by default
The default version (modprobe-small) is missing important features,
and can also be _extremely_ slow (on purpose[1]).

The non-small modprobe implementation doesn't have all features
enabled by default, so by changing implementation we'd be risking
regression.  To mitigate that, I've ensured every feature checked for
in modprobe.c is enabled.  So unless there's functionality that's
_only_ in modprobe-small, we should be fine.

[1]: https://git.busybox.net/busybox/tree/modutils/Config.src?h=1_34_1#n8
2021-10-13 17:30:25 +00:00
Jan Tojnar ce639ad2d5 gnome.gnome-music: 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 19:07:51 +02:00
Anderson Torres e57c97d792
Merge pull request #141536 from AndersonTorres/new-recutils
emacsPackages.rec-mode: init at 1.8
2021-10-13 14:04:09 -03:00
Jan Tojnar b479d8e6a5 mate.mate-user-share: fix apache module path
Also potentially reduces the number of dev dependencies in closure.
2021-10-13 19:01:21 +02:00
Jan Tojnar 22ab849288 gnome.gnome-user-share: fix apache module path
Also potentially reduces the number of dev dependencies in closure.
2021-10-13 19:01:17 +02:00
Jan Tojnar 050a1d0a6e python3.pkgs.dogtail: add dev output
So that propagatedBuildInputs do not pull gupnp.dev into the out closure.
2021-10-13 18:40:00 +02:00
Jan Tojnar 758fa38581 python3.pkgs.dogtail: add dev output
So that propagatedBuildInputs do not pull gtk3.dev into the out closure.
2021-10-13 18:27:00 +02:00
AndersonTorres 4d526f3c3e emacsPackages.rec-mode: init at 1.8 2021-10-13 13:26:02 -03:00
Jan Tojnar dc6d7cd3f0 adwaita-qt: add dev output
So that gtk3.dev is not included in the closure through CMake files.
2021-10-13 18:24:14 +02:00
Martin Weinelt 5e175ea138 python3Packages.aioesphomeapi: 9.1.5 -> 10.0.0 2021-10-13 18:11:43 +02:00
Jan Tojnar 7ae3ae5aab libgxps: add dev output
So that propagatedBuildInputs do not pull libarchive.dev into the out closure.
2021-10-13 17:49:11 +02:00
Jan Tojnar 871e855cb7 gnome.nautilus: add dev output
So that propagatedBuildInputs do not pull gnome-autoar.dev into the out closure.
2021-10-13 17:48:28 +02:00