mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #168181 from SuperSandro2000/pngcheck
This commit is contained in:
commit
b14c5adb2d
2 changed files with 2 additions and 6 deletions
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://pmt.sourceforge.net/pngcrush";
|
homepage = "http://pmt.sourceforge.net/pngcrush";
|
||||||
description = "Verifies the integrity of PNG, JNG and MNG files";
|
description = "Verifies the integrity of PNG, JNG and MNG files";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
platforms = with platforms; [ unix ];
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ starcraft66 ];
|
maintainers = with maintainers; [ starcraft66 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -9060,11 +9060,7 @@ with pkgs;
|
||||||
|
|
||||||
pm2 = nodePackages.pm2;
|
pm2 = nodePackages.pm2;
|
||||||
|
|
||||||
pngcheck = callPackage ../tools/graphics/pngcheck {
|
pngcheck = callPackage ../tools/graphics/pngcheck { };
|
||||||
zlib = zlib.override {
|
|
||||||
static = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
pngcrush = callPackage ../tools/graphics/pngcrush { };
|
pngcrush = callPackage ../tools/graphics/pngcrush { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue