Commit Graph
390006 Commits
Author SHA1 Message Date
Robert SchützandRobert Schütz f727b0bfef python310Packages.typogrify: reduce dependencies 2022-07-05 15:44:20 +00:00
Robert HensingandGitHub d2952941ba Merge pull request #180067 from Artturin/depcmakestring
stdenv: start deprecating non-list cmakeFlags
2022-07-05 15:35:41 +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
SandroandGitHub 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
github-actions[bot]andGitHub 14ba82064f Merge staging-next into staging 2022-07-05 12:02:49 +00:00
github-actions[bot]andGitHub 0c17a445aa Merge master into staging-next 2022-07-05 12:02:09 +00:00
Sergei TrofimovichandGitHub 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 TrofimovichandGitHub a92cae9fa5 Merge pull request #180194 from wegank/a52dec-darwin
a52dec: fix build on aarch64-darwin
2022-07-05 12:32:15 +01:00
Robert HensingandGitHub 71a4f0dc3d Merge pull request #180152 from helsinki-systems/feat/oldestsupportedrelease
lib/trivial: Update oldestSupportedRelease
2022-07-05 13:27:58 +02:00
Fabian AffolterandGitHub acffa71cd1 Merge pull request #180161 from totoroot/fix/pywinrm
pywinrm: remove optional insecure dependency (kerberos)
2022-07-05 13:10:06 +02:00
Maximilian BoschandGitHub 24b6540f33 Merge pull request #180020 from Ma27/synapse-admin-src
synapse-admin: source build
2022-07-05 13:03:14 +02:00
Maximilian BoschandGitHub 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 BoschandGitHub 67c091bf68 Merge pull request #180157 from lheckemann/rip
maintainers: remove elseym
2022-07-05 13:02:39 +02:00
Fabian AffolterandGitHub 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 AffolterandGitHub 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
zowoq 58aad4ee03 catatonit: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
maxine [they]andGitHub 65753e14a3 Merge pull request #180200 from r-ryantm/auto-update/gnome.polari 2022-07-05 12:13:42 +02:00
maxine [they]andGitHub 1cb8e9928e Merge pull request #180199 from r-ryantm/auto-update/gnome.mutter 2022-07-05 12:13:29 +02:00
maxine [they]andGitHub 64f1c98cbc Merge pull request #180196 from r-ryantm/auto-update/gnome.gnome-shell-extensions 2022-07-05 12:13:18 +02:00
maxine [they]andGitHub 5c9a900f82 Merge pull request #180195 from r-ryantm/auto-update/gnome.gnome-shell 2022-07-05 12:13:00 +02:00
Martin WeineltandGitHub 9082cc6ba0 Merge pull request #174219 from PhilippWoelfel/fix/nixos/calibre-web
nixos/calibre-web: Add quotes to test for calibre library
2022-07-05 12:07:47 +02:00
kilianarandBjørn Forsman 369ab30030 syncthing: 1.20.2 -> 1.20.3
https://github.com/syncthing/syncthing/releases/tag/v1.20.3
2022-07-05 11:29:43 +02:00
Frederik RietdijkandFrederik Rietdijk fd92b92827 python3.pkgs.xarray: add missing packaging dependency
It's present during installation as it's propagated by the tools, but we
still need it at runtime.
2022-07-05 11:14:54 +02:00
826c20dcae nixos/vault: add option to start in dev mode. (#180114)
* nixos/vault: add option to start in dev mode.

This is not only useful for nixos tests i.e. when testing vault agent
setups but also when playing around with vault in local setups. In our
tests we can now make use of this option to test more vault features.
i.e. adding this feature has uncovered the need for a `StateDirectory`.

* Update nixos/modules/services/security/vault.nix

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>

Co-authored-by: Jonas Chevalier <zimbatm@zimbatm.com>
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2022-07-05 10:54:11 +02:00
Ilan JoselevichandBjørn Forsman f5522fb775 nextcloud-client: 3.5.1 -> 3.5.2 2022-07-05 10:34:30 +02:00
Sarah BrofeldtandGitHub 538bb1a472 Merge pull request #180184 from qowoz/k8s-override
kubectl: override kubernetes
2022-07-05 10:30:18 +02:00
06kellyjac 8fed4ee6bb chain-bench: 0.0.3 -> 0.1.0 2022-07-05 09:26:06 +01:00
SandroandGitHub ab18f8f301 Merge pull request #174434 from zhaofengli/weylus-sway
weylus: Add GST plugins to GST_PLUGIN_PATH, weylus: 0.11.4 -> unstable-2022-06-07
2022-07-05 09:54:29 +02:00
Weijia Wang a53c70b65d a52dec: fix build on aarch64-darwin 2022-07-05 09:01:15 +02:00
R. Ryantm 4dcf4a2319 python310Packages.typer: 0.4.1 -> 0.4.2 2022-07-05 06:34:17 +00:00
Fabian AffolterandGitHub 6300cde545 Merge pull request #180142 from 06kellyjac/kubescape
kubescape: 2.0.158 -> 2.0.160
2022-07-05 08:21:14 +02:00
Fabian AffolterandGitHub 57d642f2f6 Merge pull request #179957 from fabaff/aiopg-bump
python310Packages.aiopg: 1.3.3 -> 1.3.4
2022-07-05 08:18:13 +02:00
Fabian AffolterandGitHub 8bccc003bb Merge pull request #179995 from fabaff/wapiti3-fix
wapiti: remove condition for importlib-metadata
2022-07-05 08:17:51 +02:00
Fabian AffolterandGitHub c9d1ef91e5 Merge pull request #179986 from fabaff/pyhumps-bump
python310Packages.pyhumps: 3.7.1 -> 3.7.2
2022-07-05 08:17:41 +02:00
Fabian AffolterandGitHub da99f4350d Merge pull request #179984 from fabaff/pysmt-bump
python310Packages.pysmt: 0.9.1.dev132 -> 0.9.5
2022-07-05 08:17:31 +02:00
Fabian AffolterandGitHub 43d0f209c6 Merge pull request #180093 from fabaff/hahomematic-bump
python310Packages.hahomematic: 1.9.3 -> 1.9.4
2022-07-05 08:16:58 +02:00
Fabian AffolterandGitHub 6ce6f74220 Merge pull request #180118 from fabaff/mcstatus-bump
python310Packages.mcstatus: 9.1.0 -> 9.2.0
2022-07-05 08:16:48 +02:00
Fabian AffolterandGitHub eef991d6fe Merge pull request #180140 from fabaff/phonenumbers-bump
python310Packages.phonenumbers: 8.12.49 -> 8.12.51
2022-07-05 08:16:10 +02:00
Fabian AffolterandGitHub ce1a6a9fc9 Merge pull request #180137 from fabaff/dulwich-bump
python310Packages.dulwich: 0.20.43 -> 0.20.44, dvc: 2.10.2 -> 2.12.0
2022-07-05 08:11:20 +02:00
Fabian AffolterandGitHub 94b9108e41 Merge pull request #180189 from r-ryantm/auto-update/python3.10-python-whois
python310Packages.python-whois: 0.7.3 -> 0.8.0
2022-07-05 08:07:52 +02:00
Fabian AffolterandGitHub 6d1efeded6 Merge pull request #180119 from fabaff/python-whois-bump
python310Packages.python-whois: 0.7.3 -> 0.8.0
2022-07-05 08:07:11 +02:00
Fabian AffolterandGitHub b695e7dd8b Merge pull request #177772 from fabaff/irssi-bump
irssi: 1.2.3 -> 1.4.1
2022-07-05 08:06:14 +02:00
github-actions[bot]andGitHub 4742aa3457 Merge staging-next into staging 2022-07-05 06:02:01 +00:00
github-actions[bot]andGitHub c0b8d5d7b9 Merge master into staging-next 2022-07-05 06:01:19 +00:00
R. Ryantm 95325c1793 gnome.polari: 42.0 -> 42.1 2022-07-05 05:06:19 +00:00
R. Ryantm 95ffdc6b73 gnome.mutter: 42.2 -> 42.3 2022-07-05 04:54:36 +00:00