Merge pull request #34057 from boronine/master

pngquant: change platforms from linux to unix
This commit is contained in:
Orivej Desh 2018-01-19 19:19:17 +00:00 committed by GitHub
commit 866717d75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};