libspng: enable on darwin

This commit is contained in:
Mario Rodas 2022-06-04 04:20:00 +00:00
parent 4dfaf007ec
commit 34c19534c7

View File

@ -49,8 +49,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple, modern libpng alternative";
homepage = "https://github.com/randy408/libspng";
homepage = "https://libspng.org/";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ humancalico ];
platforms = platforms.all;
};
}