zimg: meta.platform -> platforms
This commit is contained in:
parent
82d6ab1ed8
commit
ab8474e30f
@ -17,7 +17,7 @@ stdenv.mkDerivation rec{
|
|||||||
description = "Scaling, colorspace conversion and dithering library";
|
description = "Scaling, colorspace conversion and dithering library";
|
||||||
homepage = https://github.com/sekrit-twc/zimg;
|
homepage = https://github.com/sekrit-twc/zimg;
|
||||||
license = licenses.wtfpl;
|
license = licenses.wtfpl;
|
||||||
platform = platforms.linux; # check upstream issue #52
|
platforms = platforms.linux; # check upstream issue #52
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user