Commit graph

390172 commits

Author SHA1 Message Date
José Romildo Malaquias 1409815fe2
Merge pull request #180240 from romildo/fix.nixos.qt5ct
nixos/{qt5ct,qt5}: add qt5ct as a possible value for qt5.platformTheme
2022-07-05 14:09:40 -03:00
Ben Wolsieffer eded0d654c octomap: 1.9.7 -> 1.9.8 2022-07-05 14:09:02 -03:00
Yang, Bo d10999d733 Add knownVulnerabilities to libdwarf 2022-07-05 17:08:50 +00:00
Jörg Thalheim 8910013277 dendrite: 0.8.8 -> 0.8.9 2022-07-05 14:03:04 -03:00
kilianar 2a478c942a broot: 1.13.3 -> 1.14.0
https://github.com/Canop/broot/releases/tag/v1.14.0
2022-07-05 13:52:22 -03:00
José Romildo 68cc57cce1 nixos/qt5ct: remove enable option and suggests qt5.platformTheme
This module should be removed after a nixos release cycle
2022-07-05 13:50:42 -03:00
Claudio Bley 097b70ec5c wtf: Set meta.mainProgram to "wtfutil"
This allows one to `nix run nixpkgs#wtf`.
2022-07-05 13:49:05 -03:00
kilianar 2f19bff1b1 kopia: 0.11.0 -> 0.11.1
https://github.com/kopia/kopia/releases/tag/v0.11.1
2022-07-05 13:41:03 -03:00
José Romildo 47ba8cdcc7 nixos/qt5: add maintainer 2022-07-05 13:34:20 -03:00
Thomas Tuegel cef9b74127
Merge pull request #180235 from SuperSamus/bismuth
libsForQt5.bismuth: 3.1.1 -> 3.1.2
2022-07-05 11:18:05 -05:00
Bernardo Meurer 029ae63283
Merge pull request #180236 from K900/wireplumber-update
wireplumber: 0.4.10 -> 0.4.11
2022-07-05 09:16:38 -07:00
Bernardo Meurer 8fa7ecd23a
Merge pull request #180246 from b-zee/master
blueman: 2.2.5 -> 2.3
2022-07-05 09:16:00 -07:00
Bernardo Meurer fc1c7d9ce2
Merge pull request #180249 from NixOS/1password
_1password-gui: 8.7.1 -> 8.7.3
2022-07-05 09:15:35 -07:00
Maxine Aubrey 04d6b89bcc
_1password-gui-beta: 8.8.0-119.BETA -> 8.8.0-165.BETA 2022-07-05 17:47:25 +02:00
Maxine Aubrey 11c38f0a6b
_1password-gui: 8.7.1 -> 8.7.3 2022-07-05 17:47:02 +02:00
Robert Schütz f727b0bfef python310Packages.typogrify: reduce dependencies 2022-07-05 15:44:20 +00:00
Sandro 4aa2bb7d3e
Merge pull request #180239 from kilianar/udocker
udocker: fix build failure
2022-07-05 17:44:16 +02:00
Sandro 15ce383c0c
Merge pull request #180129 from wahjava/update-got
got: 0.70 -> 0.73
2022-07-05 17:38:14 +02:00
R. Ryantm b28aebf8bb python310Packages.splinter: 0.18.0 -> 0.18.1 2022-07-05 15:30:18 +00:00
R. Ryantm 4b3793e092 python310Packages.rflink: 0.0.62 -> 0.0.63 2022-07-05 15:15:49 +00:00
Benno Zeeman a711154889
blueman: 2.2.5 -> 2.3
Removed libappindicator dependency, which according to their changelog
has been replaced with a "DBus StatusNotifierItem"
2022-07-05 16:54:44 +02:00
José Romildo a264a86d93 nixos/qt5: add qt5ct as a possible platform theme 2022-07-05 11:15:19 -03:00
Sumner Evans 8c5079ef3e
matrix-synapse: 1.61.1 -> 1.62.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-07-05 07:44:46 -06:00
Sumner Evans 5139952bef
matrix-common: 1.1.0 -> 1.2.1
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-07-05 07:44:45 -06:00
kilianar df23b42a9a udocker: fix build failure
use_2to3 was removed from setuptools with version 58.0.0. There is an
upstream issue for this error
(https://github.com/indigo-dc/udocker/issues/358) and has been resolved
with commit
9f7d6c5f9a.
We apply this commit as a patch.

Disable test_02__load_structure because it fails with a
unittest.mock.InvalidSpecError.
2022-07-05 15:36:33 +02:00
Robert Hensing d2952941ba
Merge pull request #180067 from Artturin/depcmakestring
stdenv: start deprecating non-list cmakeFlags
2022-07-05 15:35:41 +02:00
K900 75ec318b80 wireplumber: 0.4.10 -> 0.4.11 2022-07-05 16:30:29 +03:00
Martino Fontana 70dc91a415 libsForQt5.bismuth: 3.1.1 -> 3.1.2 2022-07-05 15:24:51 +02:00
sternenseemann 0083a683d7 Revert "llvmPackages: do not include static archives when shared…"
Reverts #162607 / 1748887ff2.

Reason for revert: This change caused llvm-config{,-native} to be unable
to find static archives bundled with LLVM, as has been [reported]. Ever
since #152944 using moveToOutput in LLVM is _evil_ because llvm-config
obtains it knowledge about the installation locations from the CMake
configure step.

Consequently a change like #162607 will need to be implemented by making
LLVM itself install the static archives to the correct location or by
adding yet another patch which updates llvm-config's knowledge of the
location. The latter is not desireable in my opinion, though, since it
is just asking for this sort of trouble: Before #152944 we had an
outputs.patch that did this sort of things which broke spectacularly in
edge cases.

Fixes #148117.

[reported]: https://github.com/NixOS/nixpkgs/issues/148117#issuecomment-1158245576
2022-07-05 15:03:12 +02:00
Sandro 0cd5eefaec
Merge pull request #179192 from sersorrel/xcftools-cve-2019-5086 2022-07-05 14:59:35 +02:00
Sandro 477504f766
Merge pull request #180163 from risicle/ris-pillow-9.2.0
python3Packages.pillow: 9.1.1 -> 9.2.0
2022-07-05 14:58:48 +02:00
Bobby Rong c5dfbb12b1
Merge pull request #179966 from r-ryantm/auto-update/cudatext
cudatext: 1.166.2 -> 1.166.5
2022-07-05 20:46:09 +08:00
Bobby Rong 43d66d071e
Merge pull request #180010 from chvp/bump-jdtls
jdt-language-server: 1.8.0 -> 1.13.0
2022-07-05 20:29:23 +08:00
Sandro 24768a1235
Merge pull request #179880 from XYenon/fix/topgrade 2022-07-05 14:18:41 +02:00
github-actions[bot] 14ba82064f
Merge staging-next into staging 2022-07-05 12:02:49 +00:00
github-actions[bot] 0c17a445aa
Merge master into staging-next 2022-07-05 12:02:09 +00:00
Kevin Cox 568d2e77f4
nixos.redis: Fix disabling of RDB persistence.
I was under the impression that setting `services.redis.servers.<name>.save = []` would disable RDB persistence as no schedule would mean no persistence. However since the code did not handle this case specially it actually results in no `save` setting being written and the internal Redis default is used.

This patch handles the empty case to disable RDB persistence.

Disabling RDB persistence is useful in a number of scenarios:

1. Using Redis in a pure-cache mode where persistence is not desired.
2. When using the (generally superior) AOF persistence mode this file is never read so there is little point to writing it.
3. When saving is handled manually

For more information see https://redis.io/docs/manual/persistence/

This is a breaking change as the user may have been relying on `[]` using Redis defaults. However I believe that updating the behaviour for the next release is beneficial as IMHO it is less surprising and does what the user would expect. I have added release notes to warn about this change.
2022-07-05 07:37:38 -04:00
Sergei Trofimovich 7b4e8ea4a3
Merge pull request #179945 from trofi/update-lsof
lsof: 4.94.0 -> 4.95.0
2022-07-05 12:33:23 +01:00
Sergei Trofimovich a92cae9fa5
Merge pull request #180194 from wegank/a52dec-darwin
a52dec: fix build on aarch64-darwin
2022-07-05 12:32:15 +01:00
Robert Hensing 71a4f0dc3d
Merge pull request #180152 from helsinki-systems/feat/oldestsupportedrelease
lib/trivial: Update oldestSupportedRelease
2022-07-05 13:27:58 +02:00
Fabian Affolter acffa71cd1
Merge pull request #180161 from totoroot/fix/pywinrm
pywinrm: remove optional insecure dependency (kerberos)
2022-07-05 13:10:06 +02:00
Maximilian Bosch 24b6540f33
Merge pull request #180020 from Ma27/synapse-admin-src
synapse-admin: source build
2022-07-05 13:03:14 +02:00
Maximilian Bosch 210deb57ac
Merge pull request #180092 from Ma27/linux-kernel-updates
Linux kernel updates 2022-07-04
2022-07-05 13:02:58 +02:00
Maximilian Bosch 67c091bf68
Merge pull request #180157 from lheckemann/rip
maintainers: remove elseym
2022-07-05 13:02:39 +02:00
Fabian Affolter f3c4f804a0
Merge pull request #180205 from r-ryantm/auto-update/python3.10-typer
python310Packages.typer: 0.4.1 -> 0.4.2
2022-07-05 12:57:00 +02:00
Fabian Affolter 4ab86e09a7
Merge pull request #180208 from 06kellyjac/chain-bench
chain-bench: 0.0.3 -> 0.1.0
2022-07-05 12:56:30 +02:00
zowoq 8b0bc7ce83 slirp4netns: set strictDeps 2022-07-05 20:23:19 +10:00
zowoq fb8e8ac918 fuse-overlayfs: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
zowoq 8de4ffe811 crun: set strictDeps 2022-07-05 20:23:19 +10:00
zowoq b71ee18bfd conmon: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00