Merge pull request #168187 from NixOS/backport-168181-to-release-21.11

This commit is contained in:
Sandro
2022-04-11 10:57:33 +02:00
committed by GitHub
2 changed files with 2 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = "http://pmt.sourceforge.net/pngcrush";
description = "Verifies the integrity of PNG, JNG and MNG files";
license = licenses.free;
platforms = with platforms; [ unix ];
platforms = platforms.unix;
maintainers = with maintainers; [ starcraft66 ];
};
}

View File

@@ -8660,11 +8660,7 @@ with pkgs;
pm2 = nodePackages.pm2;
pngcheck = callPackage ../tools/graphics/pngcheck {
zlib = zlib.override {
static = true;
};
};
pngcheck = callPackage ../tools/graphics/pngcheck { };
pngcrush = callPackage ../tools/graphics/pngcrush { };