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