13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-BiRuPQEKVJYYgfUsglIuxrBoJBFiQ0ygQmAFrVvCz4Q=";
24 doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
26 mesonBuildType = "release";
29 # this is required to enable testing
30 # https://github.com/randy408/libspng/blob/bc383951e9a6e04dbc0766f6737e873e0eedb40b/tests/README.md#testing
57 description = "Simple, modern libpng alternative";
58 homepage = "https://libspng.org/";
59 license = with licenses; [ bsd2 ];
60 maintainers = with maintainers; [ humancalico ];
61 platforms = platforms.all;