Merge pull request #210482 from alyssais/zimg-platforms

zimg: broaden platforms
This commit is contained in:
Michele Guerini Rocco 2023-01-13 10:29:10 +01:00 committed by GitHub
commit 67370960f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}