zimg: broaden platforms

From the README:

> Platforms: Microsoft Windows, POSIX

Tested building for FreeBSD.
This commit is contained in:
Alyssa Ross 2023-01-12 17:40:39 +00:00
parent 549412b072
commit 735ab17d43
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

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