pngquant: change platforms from linux to unix

This commit is contained in:
Alexei Boronine 2018-01-19 17:13:23 +01:00
parent ca016b63dc
commit dda4457eb1

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://pngquant.org/;
description = "A tool to convert 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.gpl3;
maintainers = [ maintainers.volth ];
};