zimg: broaden platforms
From the README: > Platforms: Microsoft Windows, POSIX Tested building for FreeBSD.
This commit is contained in:
parent
549412b072
commit
735ab17d43
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue