libspng: enable on darwin

main
Mario Rodas 2 years ago
parent 4dfaf007ec
commit 34c19534c7
  1. 3
      pkgs/development/libraries/libspng/default.nix

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

Loading…
Cancel
Save