Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-05-01 08:57:10 +02:00
147 changed files with 2392 additions and 1566 deletions
@@ -72,7 +72,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://mesonbuild.com";
description = "SCons-like build system that use python as a front-end language and Ninja as a building backend";
license = licenses.asl20;
maintainers = with maintainers; [ jtojnar mbe rasendubi ];
maintainers = with maintainers; [ jtojnar mbe ];
platforms = platforms.all;
};
}