Fabián Heredia Montiel
75d7a40d2e
crystal: 1.1.1 → 1.2.0
2021-10-13 16:22:48 -05:00
Fabián Heredia Montiel
8a9d300a10
crystal: 1.0.0 → 1.1.1
2021-10-13 16:19:50 -05: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
polygon
0c372b790e
dfu-util: 0.10 -> 0.11
2021-10-13 23:00:44 +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
Rick van Schijndel
5d30f708b9
mesa: add llvm as dependency for llvm-config-native
...
Fixes https://github.com/NixOS/nixpkgs/issues/136926
2021-10-13 22:36:23 +02:00
José Romildo
f99f734f2b
hexchat: 2.14.3 -> 2.16.0
2021-10-13 17:30:23 -03:00
Daniel Olsen
8827abe7d0
hydrus: 457 -> 458
2021-10-13 22:28:57 +02: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
Fabian Affolter
bb471d59bc
python3Packages.velbus-aio: 2021.9.4 -> 2021.10.1
2021-10-13 22:03:22 +02:00
Michael Weiss
2dd79cb659
intel-media-driver: 21.3.4 -> 21.3.5
2021-10-13 22:01:00 +02:00
Martin Weinelt
4f8faadd0f
Merge pull request #141540 from mweinelt/python/aioesphomeapi
2021-10-13 21:57:36 +02:00
Martin Weinelt
808299482a
python3Packages.django-haystack: cleanup, enable tests
2021-10-13 21:52:23 +02:00
Bruno Bigras
686a5b087a
anytype: 0.20.2 -> 0.20.9
2021-10-13 15:47:02 -04:00
Timur Demin
60b41214de
librespot: 0.1.6 -> 0.2.0, remove Cargo lock
2021-10-14 00:43:10 +05: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
Rick van Schijndel
6a848de95d
stdenv: add llvm-config to meson cross file
...
This is e.g. required to get mesa cross-compiling, but is useful for everyone depending on libllvm
2021-10-13 20:44:10 +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
Martin Weinelt
90ef69cae9
hyperkitty: unstable-2021-10-08 -> 1.3.5
...
One dependency per line, some sorting, clean out some unused
dependencies.
2021-10-13 20:16:21 +02:00
Jan Tojnar
c70f4c843d
gnome.gnome-music: fix double wrapping
2021-10-13 20:11:08 +02:00
github-actions[bot]
1d11584ffa
Merge master into staging-next
2021-10-13 18:01:09 +00: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
Michael Adler
1c2c055883
git: 2.33.0 -> 2.33.1
2021-10-13 19:39:36 +02:00
Anderson Torres
d230166871
Merge pull request #141436 from AndersonTorres/new-pylibs
...
pythonPackages.faker: 8.8.2 -> 9.3.1
2021-10-13 14:39:01 -03: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
Shyim
c273fe92de
php.packages.phpstan: 0.12.90 -> 0.12.99
2021-10-13 19:25:13 +02: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