Commit graph

381796 commits

Author SHA1 Message Date
Robert Schütz 1f402eec78 libspotify: remove
As of May 16, 2022, Spotify no longer supports libspotify.
https://developer.spotify.com/community/news/2022/04/12/libspotify-sunset/
2022-05-29 22:15:15 +00:00
Robert Schütz 70c42db535 clementineUnfree: remove 2022-05-29 22:13:13 +00:00
Robert Schütz 645f612c40 python3Packages.pyspotify: remove 2022-05-29 22:13:13 +00:00
Robert Schütz eaf436cc25 mopidy-spotify: remove 2022-05-29 22:05:33 +00:00
Robert Schütz e0ea4b52f0 mopidy-spotify-tunigo: remove 2022-05-29 22:04:35 +00:00
Thane Gill 48254fc091 Wrap vi when using makeCustomizable 2022-05-30 00:02:59 +02:00
Stanislav Asunkin ee61638527 vimPlugins.null-ls-nvim: remove unnecessary lspconfig dependency 2022-05-30 00:02:10 +02:00
Stanislav Asunkin 0dd861baec vimPlugins.telescope-nvim: remove unused popup-nvim dependency 2022-05-30 00:00:55 +02:00
Nick Cao e7f619c49b vimUtils.buildVimPlugin: only add vimCommandCheckHook to
nativeBuildInputs when native compiling
2022-05-29 23:52:29 +02:00
Guillaume Girol f2493e87d8
Merge pull request #173110 from symphorien/ovmf-cross
nixos/libvirtd: make it possible to boot a UEFI aarch64 vm on x86_64
2022-05-29 21:46:45 +00:00
Thiago Kenji Okada d15f5ad068
Merge pull request #175345 from ratsclub/vscode
vscode-extensions: update extensions maintained by me
2022-05-29 22:38:06 +01:00
Sandro 7ef236bea9
Merge pull request #175351 from SuperSandro2000/bottles 2022-05-29 23:24:14 +02:00
Mario Rodas d515e1bfc1
Merge pull request #175359 from r-ryantm/auto-update/python3.10-pykka
python310Packages.pykka: 3.0.2 -> 3.1.1
2022-05-29 16:23:02 -05:00
Jakub Sokołowski b0663a3dc3
androidenv: include autoPatchelfHook only on Linux
This is supposed to fix an issue caused by this PR:
https://github.com/NixOS/nixpkgs/pull/163924

Which made `autoPatchelfHook` available only on Linux, resulting in
builds of Android packages failing with:
```
error: Package ‘auto-patchelf-hook’ in /nix/store/...-nixpkgs-source/pkgs/build-support/trivial-builders.nix:73
    is not supported on ‘x86_64-darwin’, refusing to evaluate.
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-05-29 23:17:37 +02:00
Ivv 6e56838f67
Merge pull request #171172 from IvarWithoutBones/init/er-patcher
er-patcher: init at 1.04-1
2022-05-29 23:17:10 +02:00
Sergei Trofimovich cb65d937b6 transcode: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: tcextract-extract_pcm.o:/build/transcode-1.1.7/import/extract_pcm.c:36: multiple definition of
      `audio'; tcextract-extract_ac3.o:/build/transcode-1.1.7/import/extract_ac3.c:337: first defined here
2022-05-29 22:14:56 +01:00
Sergei Trofimovich e82d62cac2 tftp-hpa: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: main.o:/build/tftp-hpa-5.2/tftp/main.c:98: multiple definition of
      `toplevel'; tftp.o:/build/tftp-hpa-5.2/tftp/tftp.c:51: first defined here
2022-05-29 22:10:02 +01:00
Michael Weiss cceca5842f
Merge pull request #175199 from primeos/chromiumDev
chromiumDev: 103.0.5060.24 -> 104.0.5083.0
2022-05-29 23:07:31 +02:00
Michael Weiss 1f69f36207
Merge pull request #175198 from primeos/chromiumBeta
chromiumBeta: 102.0.5005.61 -> 103.0.5060.24
2022-05-29 23:06:54 +02:00
Sergei Trofimovich ba16b79ddf tinyfugue: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: world.o:/build/tf-50b8/src/socket.h:24: multiple definition of
      `world_decl'; command.o:/build/tf-50b8/src/socket.h:24: first defined here
2022-05-29 22:06:51 +01:00
Sergei Trofimovich 5296a360c6 telegram-cli: pull patch pending upstream inclusion for -fno-common toolchain support
Without the change builds fails on upstream gcc-10 as:

    ld: objs/loop.o:/build/tg/loop.c:77: multiple definition of
      `verbosity'; objs/main.o:/build/tg/main.c:93: first defined here
2022-05-29 22:00:46 +01:00
R. Ryantm a1ed4b1657 python310Packages.phonenumbers: 8.12.48 -> 8.12.49 2022-05-29 20:55:42 +00:00
Robert Schütz 8a06cdf28c authenticator: 4.1.1 -> 4.1.2 2022-05-29 20:46:17 +00:00
R. Ryantm 3682f1a9eb python310Packages.pykka: 3.0.2 -> 3.1.1 2022-05-29 20:42:05 +00:00
Robert Scott 798d9f9f3b python3Packages.cnvkit: 0.9.7 -> 0.9.9, skip broken test 2022-05-29 21:39:06 +01:00
linj 37792e5766 nixos/dendrite: add an option loadCredential
systemd-247 provides a mechanism called LoadCredential for secrets and
it is better than environment file. See the section of Environment=
in the manual of systemd.exec for more information.

Some options in config.yaml need values to be strings, which currently
can be used with environmentFile but not loadCredential. But it's
possible to use loadCredential for those options, e.g. we can
substitute their values in ExecStart, but not in ExecStartPre due to
[1].

[1]: https://github.com/systemd/systemd/issues/19604
2022-05-29 13:34:14 -07:00
sternenseemann be9bafbf64 fcft: 3.1.1 -> 3.1.2
https://codeberg.org/dnkl/fcft/releases/tag/3.1.2
2022-05-29 22:29:07 +02:00
Sergei Trofimovich 9c70296bc7 t4kcommon: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: CMakeFiles/t4k_common.dir/t4k_throttle.c.o:(.bss+0x0): multiple definition of
      `wrapped_lines'; CMakeFiles/t4k_common.dir/t4k_audio.c.o:(.bss+0x0): first defined here
2022-05-29 21:24:28 +01:00
Sandro Jäckel 41be2855f8
bottles: 2022.5.28-trento-2 -> 2022.5.28-trento-3 2022-05-29 22:10:00 +02:00
Ivar Scholten 1893a3e11a er-patcher: init at 1.04-1 2022-05-29 21:53:12 +02:00
Matthew Penner cf0f74ccf8
pathvector: 5.11.1 -> 5.12.0 2022-05-29 13:50:21 -06:00
Bjørn Forsman 260ed44242 genimage: 9 -> 15
It still doesn't install any documenation, the README now has .rst file
extension.
2022-05-29 21:40:23 +02:00
Victor Freire e83a7e33ca vscode-extensions.ocamllabs.ocaml-platform: 1.8.4 -> 1.10.4 2022-05-29 16:37:07 -03:00
Fabian Affolter 2ef3994849 metasploit: 6.1.43 -> 6.2.0 2022-05-29 21:36:06 +02:00
Samuel Ainsworth 8671f6a865
Merge pull request #174248 from samuela/samuela/functorch
python39Packages.functorch: init at 0.1.1
2022-05-29 12:34:53 -07:00
Victor Freire 43a0a9e79b vscode-extensions.ms-pyright.pyright: 1.1.222 -> 1.1.250 2022-05-29 16:34:10 -03:00
Victor Freire c77800a310 vscode-extensions.ionide.ionide-fsharp: 6.0.4 -> 6.0.5 2022-05-29 16:31:31 -03:00
Janne Heß d732671af2
Merge pull request #175138 from Mic92/docs
release-notes: link to all nix versions
2022-05-29 21:30:47 +02:00
Victor Freire f2a3d0d0c5 vscode-extensions.foam.foam-vscode: 0.14.1 -> 0.18.3 2022-05-29 16:29:03 -03:00
Victor Freire 28c394ad76 vscode-extensions.eamodio.gitlens: 12.0.6 -> 12.0.7 2022-05-29 16:27:12 -03:00
Victor Freire a90921f9c6 vscode-extensions.denoland.vscode-deno: 3.9.1 -> 3.12.0 2022-05-29 16:25:14 -03:00
Victor Freire 36a2f674ee vscode-extensions.angular.ng-template: 12.2.0 -> 13.3.4 2022-05-29 16:23:29 -03:00
Fabian Affolter 7039c533dd checkov: 2.0.1162 -> 2.0.1174 2022-05-29 21:04:56 +02:00
ajs124 757046a257
Merge pull request #175095 from mweinelt/slapd-argon2-changelog
nixos/doc/rl-2205: add slapd argon2 module rename hint
2022-05-29 20:49:21 +02:00
Artturi 1052f7970f
Merge pull request #174247 from cid-chan/cid-fix-duplicity-s3-boto
duplicity: S3 backups fail with "boto" not being found.
2022-05-29 21:37:07 +03:00
Robert Scott 17003648fe python3Packages.pomegranate: 0.13.5 -> 0.14.8 2022-05-29 19:16:21 +01:00
Martin Weinelt 58fa3c321f
Merge pull request #175307 from fabaff/brother-subst
python310Packages.brother: remove postPatch section
2022-05-29 20:10:20 +02:00
Mustafa Çalışkan ce5a9e1b75 polymc: 1.3.0 -> 1.3.1 2022-05-29 20:54:49 +03:00
Jeremy Kolb e37248668b
open-vm-tools: 12.0.0 -> 12.0.5 (#174744)
* open-vm-tools: 12.0.0 -> 12.0.5

* remove unused fetchpatch
2022-05-29 19:49:26 +02:00
Sandro 7b2f132ad5
Merge pull request #174811 from emmabastas/master
spectre-cli: init at unstable-2022-02-05
2022-05-29 19:46:12 +02:00