Thomas Tuegel
c385abea99
kmail: remove kdelibs4support dependency
2021-05-12 05:42:55 -05:00
Thomas Tuegel
96133a0bad
kio-extras: remove kdelibs4support dependency
2021-05-12 05:42:55 -05:00
Thomas Tuegel
6f755c1e58
khelpcenter: remove kdelibs4support dependency
2021-05-12 05:42:54 -05:00
Thomas Tuegel
e886937de6
kcalutils: remove kdelibs4support dependency
2021-05-12 05:42:54 -05:00
Thomas Tuegel
cb463da39f
kalarmcal: remove kdelibs4support dependency
2021-05-12 05:42:53 -05:00
Thomas Tuegel
149df7830b
kalarm: remove kdelibs4support dependency
2021-05-12 05:42:53 -05:00
Thomas Tuegel
2354b4efda
gwenview: remove kdelibs4support dependency
2021-05-12 05:42:52 -05:00
Thomas Tuegel
14199e5e04
dragon: remove kdelibs4support dependency
2021-05-12 05:42:51 -05:00
Thomas Tuegel
6610f4f2dc
dolphin: remove kdelibs4support dependency
2021-05-12 05:42:50 -05:00
Thomas Tuegel
4af3f85e6b
dolphin-plugins: remove kdelibs4support dependency
2021-05-12 05:42:50 -05:00
Thomas Tuegel
7a5af6a006
baloo-widgets: remove kdelibs4support dependency
2021-05-12 05:42:50 -05:00
Thomas Tuegel
6b87a3f89a
konqueror: remove qtwebkit and kdelibs4support dependencies
2021-05-12 05:42:49 -05:00
Thomas Tuegel
0f7eacc147
kdeFrameworks: 5.80 -> 5.81
2021-05-12 05:42:48 -05:00
Oleksii Filonenko
4cc44f764c
Merge pull request #122517 from r-ryantm/auto-update/caddy
...
caddy: 2.3.0 -> 2.4.0
2021-05-12 13:14:35 +03:00
Sandro
0667aa1655
Merge pull request #122594 from bbigras/obsidian
...
obsidian: 0.11.13 -> 0.12.3
2021-05-12 12:04:01 +02:00
Peter Hoeg
8a625b53b3
navi: 2.15 -> 2.16
2021-05-12 17:59:35 +08:00
R. RyanTM
4bb3b2a23f
cpulimit: 2.6 -> 2.7
2021-05-12 11:50:29 +02:00
Maximilian Bosch
654f377575
Merge pull request #122692 from Ma27/apcu_bc-broken-php8
...
php80Extensions.apcu_bc: mark as broken
2021-05-12 11:42:05 +02:00
Fabian Affolter
28dbe247f9
python3Packages.md-toc: init 7.2.0
2021-05-12 11:20:33 +02:00
Johannes Schleifenbaum
67ef7772a1
exim: fix enableMySQL (use libmysqlclient.dev)
2021-05-12 11:10:46 +02:00
Fabian Affolter
c5f430a166
python3Packages.fpyutils: init at 2.0.0
2021-05-12 11:05:25 +02:00
Vladimír Čunát
7178848064
ghdl-llvm: fix llvm output selection
2021-05-12 10:51:11 +02:00
Fabian Affolter
1998a4243b
python3Packages.mdformat: init at 0.7.6
2021-05-12 10:44:32 +02:00
Daniël de Kok
1f69514445
Merge pull request #122571 from happysalada/update_broot
...
broot: 1.3.1 -> 1.4.0
2021-05-12 10:41:53 +02:00
David Wood
e8ab2b3eeb
py-dmidecode: init at 0.1.0
...
Signed-off-by: David Wood <david.wood@codeplay.com>
2021-05-12 09:36:21 +01:00
Maximilian Bosch
f445b45352
Merge pull request #122638 from Ma27/bump-wireguard
...
wireguard-tools: 1.0.20210315 -> 1.0.20210424, linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424
2021-05-12 10:34:57 +02:00
Maximilian Bosch
03db1757fe
Merge pull request #122589 from Ma27/bump-matrix-synapse
...
matrix-synapse: 1.33.1 -> 1.33.2
2021-05-12 10:34:44 +02:00
J. Neto
19fa85a66d
sniffglue: 0.12.0 -> 0.12.1
2021-05-12 05:26:04 -03:00
Jan Tojnar
5c57c26a7e
Merge pull request #122626 from maxeaubrey/gnomecast_ffmpeg
...
gnomecast: switch from ffmpeg_3 to ffmpeg
2021-05-12 10:07:17 +02:00
J. Neto
941c14f345
sqsh: fix build with freetds
2021-05-12 04:58:25 -03:00
Christoph Hrdinka
55301e2cb3
Merge pull request #122563 from stephank/fix-communi-darwin
...
communi: fix darwin build
2021-05-12 09:51:44 +02:00
happysalada
38f289db33
broot: 1.3.1 -> 1.4.0
2021-05-12 16:46:49 +09:00
Christoph Hrdinka
65d339dc38
Merge pull request #122610 from tollb/fix/mapnik-3.1.0-missing-proj-and-libxml2-support-20210511b
...
mapnik: fix missing proj and libxml2 support
2021-05-12 09:43:34 +02:00
Maximilian Bosch
2fe7087430
php80Extensions.apcu_bc: mark as broken
...
ZHF #122042
Failing Hydra build: https://hydra.nixos.org/build/142591498
`apcu_bc`[1] is a PHP extension which provides support for the older APC
caching-interface (i.e. `apc_fetch`, `apc_store` etc.) on newer PHP
versions. As the codebase wasn't touched since 2019 it's not really
surprising that it doesn't compile for PHP 8. Also, if people have
already managed to get their codebases running on PHP8, they're most
likely also using the newer APCu[2] interface.
I think it's okay to keep this as long as we support PHP 7.4 and drop
the package after that.
[1] https://pecl.php.net/package/apcu_bc
[2] https://www.php.net/manual/en/book.apcu.php
2021-05-12 09:41:22 +02:00
R. RyanTM
344ec021bf
libxmlb: 0.3.0 -> 0.3.1
2021-05-12 09:30:57 +02:00
Maximilian Bosch
03afdb6962
Merge pull request #122684 from fabaff/fix-ics
...
python3Packages.ics: fix build
2021-05-12 09:28:35 +02:00
Fabian Affolter
7ebcacaebc
python3Packages.ics: fix build
2021-05-12 09:24:16 +02:00
Maximilian Bosch
e997fd24ac
Merge pull request #122680 from jnetod/zhf-swaglyrics
...
swaglyrics: bump unidecode version constraint
2021-05-12 09:22:13 +02:00
Maximilian Bosch
11fdcbdb5e
Merge pull request #122675 from jnetod/zhf-tiscamera
...
tiscamera: 0.11.1 -> 0.13.1
2021-05-12 09:16:50 +02:00
Daniel Șerbănescu
1f50200174
aisleriot: 3.22.13 -> 3.22.16
2021-05-12 09:15:27 +02:00
Fabian Affolter
5d73448944
Merge pull request #122579 from fabaff/bump-aioasuswrt
...
python3Packages.aioasuswrt: 1.3.3 -> 1.3.4
2021-05-12 09:14:07 +02:00
Maximilian Bosch
a19cc1ad5f
Merge pull request #122679 from jnetod/zhf-ted
...
ted: move pkg-config to nativeBuildInputs
2021-05-12 09:12:30 +02:00
Christoph Hrdinka
00a6b1fa8d
Merge pull request #122619 from tollb/fix/python-mapnik-pycairo-support-20210511a
...
python-mapnik: fix pycairo support
2021-05-12 09:12:09 +02:00
Fabian Affolter
143da61425
Merge pull request #122683 from r-ryantm/auto-update/librespeed-cli
...
librespeed-cli: 1.0.8 -> 1.0.9
2021-05-12 09:11:53 +02:00
Maximilian Bosch
e6635d8b2f
Merge pull request #122650 from helsinki-systems/fix/hylafaxplus
...
hylafaxplus: fix build
2021-05-12 09:06:28 +02:00
Fabian Affolter
1a2c4384f2
Merge pull request #122629 from fabaff/fix-connexion
...
python3Packages.connexion: 2.4.0 -> 2.7.0
2021-05-12 08:46:42 +02:00
R. RyanTM
e7f334e680
librespeed-cli: 1.0.8 -> 1.0.9
2021-05-12 06:39:14 +00:00
happysalada
4d8dd0afd2
nushell: mark tests broken on darwin
2021-05-12 15:23:07 +09:00
happysalada
a931f70824
nushell: fix darwin build
2021-05-12 15:23:07 +09:00
github-actions[bot]
e2cf474986
Merge staging-next into staging
2021-05-12 06:21:36 +00:00