Commit Graph

383420 Commits

Author SHA1 Message Date
AndersonTorres
4195c9225b nitter: 2022-05-13 -> 2022-06-04 2022-06-05 08:07:46 -05:00
legendofmiracles
31ba494b7d
Merge pull request #176333 from denbeigh2000/denbeigh/noisetorch-0.12 2022-06-05 07:06:52 -06:00
Anderson Torres
9648de3055
Merge pull request #176341 from erdnaxe/nitter_test_fix
nixos/nitter: fix wait_for_open_port
2022-06-05 09:03:06 -03:00
Sandro
88e0f07bd6
Merge pull request #175788 from SuperSandro2000/python310Packages.autobahn 2022-06-05 13:38:23 +02:00
Anders Kaseorg
b362ef4eff pipewire: Never set an empty LD_LIBRARY_PATH
An empty LD_LIBRARY_PATH may confuse some applications into appending
:, creating an empty segment that insecurely refers to the current
directory, not the absence of directories.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-06-05 13:34:35 +02:00
Sandro
2db97cb047
Merge pull request #176263 from SuperSandro2000/mypy-2 2022-06-05 13:18:36 +02:00
Sandro
ed4c6735da
Merge pull request #174082 from linsui/apksigner 2022-06-05 13:12:28 +02:00
Sandro
528d858336
Merge pull request #176340 from trofi/workaround-fno-common-for-zsnes
zsnes: add -fcommon workaround
2022-06-05 13:11:54 +02:00
Sandro
af45677225
Merge pull request #176267 from trofi/workaround-fno-common-for-mmixware 2022-06-05 13:11:31 +02:00
cherryblossom
f0cad4fafc ookla-speedtest: support darwin 2022-06-05 13:11:19 +02:00
Wout Mertens
949e1e5277
Merge pull request #176075 from NixOS/netdata-poststart
netdata: started when service can be pinged
2022-06-05 13:10:37 +02:00
Pascal Bach
6218ada158
Merge pull request #176308 from dotlambda/restic-0.13.1
restic: 0.13.0 -> 0.13.1
2022-06-05 13:09:51 +02:00
Klemens Nanni
1daf0125af keepassxc: Wrap once
Using Qt *and* GTK means both wrapper hooks kick in, so avoid automatic
GTK wrapping and merge arguments into Qt ones as usual.

Duplicate wrapping must be avoided as it breaks the program's basename,
e.g. `argv[0]` ends up with ".keepassxc-wrapped" rather than
"keepassxc" as basename.

This fixes all three ELF executables (there is `-cli` and `-proxy`).
2022-06-05 13:07:57 +02:00
Sandro
b9b548bccf
Merge pull request #176195 from trofi/fix-fno-common-for-junkie
junkie: pull upstream fix for -fno-common toolchains
2022-06-05 13:05:14 +02:00
Sandro
bc411d92de
Merge pull request #176266 from trofi/workaround-fno-common-for-gtklp
gtklp: add -fcommon workaround
2022-06-05 13:04:56 +02:00
Robert Scott
53573e4866
Merge pull request #176278 from risicle/ris-jar-source-provenance
treewide: set `sourceProvenance` for packages containing downloaded jars
2022-06-05 12:04:38 +01:00
Bobby Rong
3c6e2f0039
Merge pull request #176330 from r-ryantm/auto-update/evolution-ews
evolution-ews: 3.44.1 -> 3.44.2
2022-06-05 19:00:34 +08:00
Luz
a001dc6e37 ngspice: 36 -> 37 2022-06-05 12:58:26 +02:00
Luz
596bd0fcff libngspice: 36 -> 37 2022-06-05 12:57:43 +02:00
zimbatm
4e9d1ca3a4 exiftool: fix mainProgram
By default `lib.getExe` and `nix run` assume there is a binary at
"$out/bin/$pname" unless "meta.mainProgram" is specified. Since the
pname here is "perl5.34.1-Image-ExifTool", pass the "meta.mainProgram".
2022-06-05 12:53:17 +02:00
Thiago Kenji Okada
33392fff69
Merge pull request #175226 from bryanasdev000/argocd-234
argocd: 2.3.3 -> 2.3.4
2022-06-05 11:36:17 +01:00
Matthieu Coudron
ff8bc2a514 tshark: remove reference in alias
since we restored the alias in all-packages.nix. Otherwise nix-instantiate -A tshark returns: 'Alias tshark is still in all-packages.nix'
2022-06-05 12:17:55 +02:00
Robert Hensing
fddafcc062
Merge pull request #176099 from hercules-ci/nixosTests.allDrivers
`nixosTests`: Add `allDrivers` for development purposes
2022-06-05 12:13:40 +02:00
Doron Behar
cf3cb3c272
gst_all_1.gst-plugins-good: add missing deps for qt5Support (#176246) 2022-06-05 09:31:22 +00:00
Rick van Schijndel
04e8d71513
Merge pull request #176294 from symphorien/gstreamer-qt-fix
gstreamer plugins good: fix qt support
2022-06-05 10:38:04 +02:00
Fabian Affolter
34a7b3142e
Merge pull request #176327 from r-ryantm/auto-update/mkdocs-material
python310Packages.mkdocs-material: 8.3.0 -> 8.3.1
2022-06-05 09:40:01 +02:00
Fabian Affolter
cfcb019987
Merge pull request #176336 from r-ryantm/auto-update/python3.10-hahomematic
python310Packages.hahomematic: 1.8.3 -> 1.8.4
2022-06-05 09:39:01 +02:00
Alexandre Iooss
053e10dfbc nixos/nitter: fix wait_for_open_port 2022-06-05 09:35:48 +02:00
Sergei Trofimovich
72e40c2bd2 zsnes: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: initc.o:(.bss+0x28): multiple definition of `HacksDisable'; cfg.o:(.bss+0x59e3): first defined here
2022-06-05 07:52:34 +01:00
Vladimír Čunát
184698391d
Merge #173709: bzip3: init at 1.1.3 2022-06-05 08:39:01 +02:00
R. Ryantm
96515aa0c9 python310Packages.hahomematic: 1.8.3 -> 1.8.4 2022-06-05 04:36:36 +00:00
Denbeigh Stevens
74ed89f243 noisetorch: 0.11.5 -> 0.12.0 2022-06-04 20:42:07 -07:00
Mario Rodas
8420ca28de
Merge pull request #176332 from r-ryantm/auto-update/gallery-dl
gallery-dl: 1.22.0 -> 1.22.1
2022-06-04 22:31:36 -05:00
Mario Rodas
d36ac2f2e9
Merge pull request #175745 from SuperSandro2000/tmux
tmux: 3.2a > 3.3, add me as maintainer
2022-06-04 22:25:14 -05:00
Mario Rodas
c5d810f4c7
Merge pull request #176301 from marsam/update-fluent-bit
fluent-bit: 1.8.11 -> 1.9.3
2022-06-04 22:11:35 -05:00
R. Ryantm
2820464d90 gallery-dl: 1.22.0 -> 1.22.1 2022-06-05 03:09:25 +00:00
R. Ryantm
e8327b0384 evolution-ews: 3.44.1 -> 3.44.2 2022-06-05 02:41:48 +00:00
R. Ryantm
b1a7f0abcd python310Packages.mkdocs-material: 8.3.0 -> 8.3.1 2022-06-05 02:30:44 +00:00
Mario Rodas
8ea209dfe3
Merge pull request #176306 from marsam/update-avro-cpp
avro-cpp: 1.10.2 -> 1.11.0

Closes #97154
2022-06-04 21:05:40 -05:00
Mario Rodas
f910bc55af
Merge pull request #176180 from aaronjheng/git-lfs
git-lfs: use buildGoModule
2022-06-04 19:37:03 -05:00
Mario Rodas
4846f1db8d
Merge pull request #175931 from aaronjheng/mqtt-bench
mqtt-bench: remove
2022-06-04 19:31:22 -05:00
Mario Rodas
1923efdd20
Merge pull request #176102 from arjan-s/pls-5.1.1
pls: 5.0.0 -> 5.1.2
2022-06-04 19:29:08 -05:00
Mario Rodas
ab39c9cda0
Merge pull request #176072 from joshua-cooper/pinentry-bemenu-0-11-0
pinentry-bemenu: 0.10.0 -> 0.11.0
2022-06-04 19:25:12 -05:00
Mario Rodas
a1dc6e315b
Merge pull request #176047 from r-ryantm/auto-update/deno
deno: 1.22.1 -> 1.22.2
2022-06-04 19:24:41 -05:00
Mario Rodas
40ed498ff4
Merge pull request #176069 from arjan-s/ntfy-sh-1.25.2
ntfy-sh: 1.24.0 -> 1.25.2
2022-06-04 19:23:58 -05:00
Mario Rodas
ab408acb36
Merge pull request #176120 from LeSuisse/cosign-1.9.0
cosign: 1.8.0 -> 1.9.0
2022-06-04 19:22:37 -05:00
Mario Rodas
8fe3ec707c
Merge pull request #176292 from marsam/update-zeek
zeek: 4.2.1 -> 4.2.2
2022-06-04 19:22:06 -05:00
Mario Rodas
b886b625b1
Merge pull request #176168 from techknowlogick/bconsul-4
consul: 1.12.1 -> 1.12.2
2022-06-04 19:20:20 -05:00
Mario Rodas
1cf6b103c3
Merge pull request #176163 from wyndon/update-httm
httm: 0.10.15 -> 0.10.16
2022-06-04 19:19:37 -05:00
adisbladis
8a970d86ee
Merge pull request #173997 from adisbladis/rkdeveloptool-pine64-init
rkdeveloptool-pine64: init at unstable-2021-09-04
2022-06-05 08:01:58 +08:00