3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #168181 from SuperSandro2000/pngcheck

This commit is contained in:
Sandro 2022-04-10 23:06:41 +02:00 committed by GitHub
commit b14c5adb2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -9060,11 +9060,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 { };