Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-13 00:56:26 +00:00
committed by GitHub
31 changed files with 438 additions and 149 deletions

View File

@@ -1,8 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
, python3Packages
, perl
, yuicompressor
, zopfli
, stdenv
}:
@@ -23,8 +22,7 @@ buildGoModule {
doCheck = false;
nativeBuildInputs = [
python3Packages.slimit
(perl.withPackages (p: [ p.CSSMinifier ]))
yuicompressor
zopfli
];