zimg: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 23:44:38 -05:00
parent 1091c3b489
commit a708fd840f
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec{
description = "Scaling, colorspace conversion and dithering library";
homepage = https://github.com/sekrit-twc/zimg;
license = licenses.wtfpl;
platforms = platforms.linux; # check upstream issue #52
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ rnhmjoj ];
};
}