zimg: meta.platform -> platforms

This commit is contained in:
Joachim Fasting 2016-09-08 16:31:01 +02:00
parent 82d6ab1ed8
commit ab8474e30f
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

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;
platform = platforms.linux; # check upstream issue #52
platforms = platforms.linux; # check upstream issue #52
maintainers = with maintainers; [ rnhmjoj ];
};
}