Commit Graph
332532 Commits
Author SHA1 Message Date
Daniel Poelzleithner f8431991d9 [ceph-client] Install cephfs client tools as well 2021-11-10 21:44:52 +01:00
Jim Anders e43b7582a1 google-cloud-sdk: Add zsh completions
Link the google-cloud-sdk zsh completion functions to the proper
location.
2021-11-10 15:41:44 -05:00
SandroandGitHub 7b90eb5d8f Merge pull request #145086 from SuperSandro2000/go 2021-11-10 21:27:15 +01:00
Martino Fontana 34503b8bb7 dolphinEmu{Master}: rename to dolphin-emulator{-beta} 2021-11-10 21:15:30 +01:00
Robbert Gurdeep Singh e7fe1e9891 element-desktop: 1.9.3 -> 1.9.4 2021-11-10 21:14:12 +01:00
Pepe Iborraandsternenseemann d68033afae haskellPackages.mkDerivation: add doHaddockInterfaces option
This adds a new builder option `doHaddockInterfaces` to enable the -haddock flag in GHC,
which results in Haddock comments parsed at compile-time and embedded in
interface files. These are used by the :doc command in GHCi, as well as IDE
tools like ghcide and hls to display docs on hover.

The `-haddock` flag has been around since at least 8.2, even though it does not
get a mention in the GHC Users guide.

There are two downsides to turning on this flag:

1. Increased compile times, since Haddocks must be parsed and then encoded
2. Haddock parse errors now become compile errors for GHC < 9.0.1
   (https://gitlab.haskell.org/ghc/ghc/-/issues/8944)

Thus we only enable the feature if we have GHC 9.0.1 and haddock is
enabled; when 9.0.1 becomes the default GHC, we may need to reevaluate
the performance concern.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2021-11-10 21:10:35 +01:00
Sandro JäckelandSandro Jäckel 47d794a7e2 zita-resampler: patchPhase -> postPatch 2021-11-10 21:06:55 +01:00
Fabian Affolter a22334d8a5 python3Packages.pymysensors: 0.21.0 -> 0.22.0 2021-11-10 21:05:32 +01:00
Mark Sagi-KazarandJonathan Ringer b3f59f2089 helm-docs: init at 1.5.0
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-11-10 12:00:01 -08:00
Mark Sagi-KazarandJonathan Ringer c3456b0e3c maintainers: add sagikazarmark
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-11-10 12:00:01 -08:00
Michael Weiss 995569833b signal-desktop: 5.23.0 -> 5.23.1 2021-11-10 20:57:11 +01:00
Jonathan Ringer dbe6e96d0a lib/systems: add x86_64-darwin hostPlatform 2021-11-10 11:37:34 -08:00
Michael Weiss c4e467e4c8 chromiumDev: 97.0.4688.2 -> 97.0.4692.8 2021-11-10 20:26:07 +01:00
Fabian Affolter 072f93062f checkov: 2.0.556 -> 2.0.563 2021-11-10 20:23:49 +01:00
Fabian AffolterandGitHub 52c1e6486e Merge pull request #145376 from fabaff/bump-faraday-plugins
python3Packages.faraday-plugins: 1.5.5 -> 1.5.6
2021-11-10 20:21:22 +01:00
Bernardo MeurerandGitHub 8c3322d748 Merge pull request #145399 from matthewmazzanti/emacs-session-license
Fix "session-management-for-emacs" license
2021-11-10 11:19:01 -08:00
Felix Singer 0faf3230fb coreboot-toolchain: Improve reproducibility
For reproducibility, the toolchain build system appends a specific
version string to the usual version string of the tools. Before 4.15,
the build system used git for that at runtime and since the .git
directory is removed by the NixOS build system, the version string was
empty and resulted in `v_`.

Now, the toolchain build system prefers using the environment variable
`CROSSGCC_VERSION` if set. Thus, extract the version string in the
postFetch phase and set `CROSSGCC_VERSION` in the build phase.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 20:15:05 +01:00
Matthew Mazzanti b834903c0d Fix "session-management-for-emacs" license
- Change "license" to "licenses"
- Change to "gpl2", rather than non-existant "gpl" attr
2021-11-10 14:12:36 -05:00
SandroandGitHub 93a0ff08d8 Merge pull request #141551 from astro/collectd-plugin-config 2021-11-10 20:11:24 +01:00
SandroandGitHub 4f9b42cf56 Merge pull request #145295 from SuperSandro2000/virtualbox 2021-11-10 20:06:45 +01:00
Robert Scott 5e74077c3f python3Packages.deepdiff: fix tests on darwin
problems arising from assuming a fixed tmp location
2021-11-10 18:55:03 +00:00
figsodaandGitHub 25b9e19da3 Merge pull request #145388 from happysalada/update_zellij
zellij: 0.20.0 -> 0.20.1
2021-11-10 13:50:37 -05:00
figsodaandGitHub 738c4cf00c Merge pull request #145380 from happysalada/update_wrangler
wrangler: 1.19.4 -> 1.19.5
2021-11-10 13:45:24 -05:00
Robert Scott d2fc99d70b python3Packages.typer: disable failing tests on darwin
these all seem to stem from the shellingham package being unable to
detect the shell (even if we provide `ps` to it), likely related to
a known issue
2021-11-10 18:44:45 +00:00
Felix Singer ee2417a226 coreboot-toolchain: 4.14 -> 4.15
Update to latest release.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:39:12 +01:00
Felix Singer 60d1033025 coreboot-toolchain: Rework update script
Rework update script so that it needs to be run from the root directory
of nixpkgs and get rid of relative paths. Also, move the resulting file
`sources.nix` into the package directory.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:38:31 +01:00
Thomas TuegelandGitHub ee0ab18da9 Merge pull request #145347 from andrevmatos/kde/plasma5_23_3
plasma5: 5.23.2 -> 5.23.3
2021-11-10 12:12:50 -06:00
Janne HeßandGitHub 3e7f31ae64 Merge pull request #145225 from dtzWill/update/joplin-2.5.12 2021-11-10 19:10:29 +01:00
Janne HeßandGitHub a8adfaebb2 Merge pull request #145348 from 0x4A6F/master-routinator 2021-11-10 19:05:30 +01:00
Felix Singer 4e75ca5bae coreboot-toolchain: Disable fetching of submodules
Submodules are not needed. Thus, disable fetching of the submodules.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:05:19 +01:00
github-actions[bot]andGitHub 259e08cd22 Merge master into staging-next 2021-11-10 18:01:21 +00:00
happysalada a904faa362 wrangler: 1.19.4 -> 1.19.5 2021-11-10 12:47:44 -05:00
figsodaandGitHub 063dd31419 Merge pull request #145309 from newAM/cargo-outdated
cargo-outdated: 0.9.17 -> 0.9.18
2021-11-10 12:44:59 -05:00
happysalada 322ae11b18 zellij: 0.20.0 -> 0.20.1 2021-11-10 12:33:57 -05:00
figsodaandGitHub 6c3c8b1f80 Merge pull request #145377 from SuperSandro2000/default.nix
top-level: remove extra /default.nix
2021-11-10 12:32:30 -05:00
Alex RiceandGitHub cdcc4307df rmapi: 0.0.15 -> 0.0.17 (#145369) 2021-11-10 17:26:27 +00:00
Tristan Gosselin-Hane 4c4f6a4793 powershell: remove misleading comment 2021-11-10 12:17:22 -05:00
ArtturiandGitHub 6522ab6835 Merge pull request #144559 from j4m3s-s/add-kubectl-evict-pod 2021-11-10 19:14:23 +02:00
Alex Martens 9ce9722bb0 cargo-outdated: 0.9.17 -> 0.9.18 2021-11-10 09:08:03 -08:00
Martino Fontana 940f3b60b9 dolphinEmuMaster: remove unnecessary symlink, force xcb 2021-11-10 17:50:50 +01:00
Thiago Kenji OkadaandGitHub 5f012c0855 Merge pull request #145367 from fabaff/bump-exploitdb
exploitdb: 2021-11-06 -> 2021-11-09
2021-11-10 13:48:37 -03:00
Robert HensingandGitHub 6c690b07f7 Merge pull request #144788 from hercules-ci/double-default-qemu-diskSize
virtualisation/qemu-vm: Double the default diskSize
2021-11-10 17:47:29 +01:00
Thiago Kenji OkadaandGitHub be68a55228 Merge pull request #145349 from fabaff/bump-aiorecollect
python3Packages.aiorecollect: 1.0.8 -> 2021.10.0
2021-11-10 13:44:30 -03:00
SandroandGitHub c9211af93a Merge pull request #144584 from jyooru/feat/init/apkeep 2021-11-10 17:24:36 +01:00
SandroandGitHub 611818ee7d Merge pull request #145370 from fabaff/bump-pyopenuv 2021-11-10 17:24:00 +01:00
Sandro Jäckel b5dafef72e top-level: remove extra /default.nix 2021-11-10 17:16:44 +01:00
Robert ScottandGitHub 0ae1a8ace3 Merge pull request #145259 from risicle/ris-zita-resampler-aarch64
zita-resampler: fix build for aarch64
2021-11-10 16:13:54 +00:00
SandroandGitHub 5970d24a39 Merge pull request #145308 from sumnerevans/heisenbridge-1.5.0 2021-11-10 17:03:04 +01:00
Fabian Affolter c0ffaefb89 python3Packages.faraday-plugins: 1.5.5 -> 1.5.6 2021-11-10 17:00:45 +01:00
0x4A6F a5f1139b54 routinator: 0.10.1 -> 0.10.2 2021-11-10 16:59:01 +01:00