Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-27 12:24:09 +00:00
committed by GitHub
93 changed files with 461 additions and 238 deletions
@@ -124,7 +124,7 @@ let
# to avoid cyclic dependencies between Qt modules.
mkDerivation =
import ../mkDerivation.nix
{ inherit (stdenv) lib; inherit debug; wrapQtAppsHook = null; }
{ inherit lib; inherit debug; wrapQtAppsHook = null; }
stdenvActual.mkDerivation;
}
{ inherit self srcs patches; };