9 stdenv.mkDerivation (finalAttrs: {
11 version = "0-unstable-2023-09-09";
13 src = fetchFromSourcehut {
16 rev = "9deb848ae691d784c5cc7949153cfa04c67f90b6";
17 hash = "sha256-Q7xylsLVd/sp57kv6WzC7QHGN1xOsm7YEsYCbY/zi1Q=";
20 nativeBuildInputs = [ hareHook ];
21 propagatedBuildInputs = [ hareThirdParty.hare-compress ];
23 makeFlags = [ "PREFIX=${builtins.placeholder "out"}" ];
28 homepage = "https://git.sr.ht/~sircmpwn/hare-png/";
29 description = "PNG implementation for Hare";
30 license = with licenses; [ mpl20 ];
31 maintainers = with maintainers; [ starzation ];
32 inherit (hareHook.meta) platforms badPlatforms;