mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
zimg: broaden platforms
From the README: > Platforms: Microsoft Windows, POSIX Tested building for FreeBSD.
This commit is contained in:
parent
549412b072
commit
735ab17d43
@ -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 New Issue
Block a user