Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-17 06:22:23 +00:00
committed by GitHub
154 changed files with 1062 additions and 1089 deletions
@@ -22,6 +22,6 @@ in buildEnv {
++ [ "${git}/share/gitweb" ];
meta = git.meta // {
maintainers = with lib.maintainers; [ gnidorah ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, python2Packages, makeWrapper, unzip
{ lib, stdenv, fetchurl, python2Packages, makeWrapper
, guiSupport ? false, tk ? null
, ApplicationServices
, mercurialSrc ? fetchurl rec {
@@ -21,7 +21,7 @@ in python2Packages.buildPythonApplication {
inherit python; # pass it so that the same version can be used in hg2git
nativeBuildInputs = [ makeWrapper unzip ];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ docutils ]
++ lib.optionals stdenv.isDarwin [ ApplicationServices ];