8 version = "unstable-2022-10-15";
10 src = fetchFromGitHub {
13 rev = "e3d5eec21da31107457f868f7f37c48c6809b7fa";
14 hash = "sha256-gxcsWLIs2+28SOLLeAP7iP6MaLE445CKTlD+gVE6V5g=";
19 make -C apfsck $makeFlags
20 make -C mkapfs $makeFlags
26 make -C apfsck install DESTDIR="$out" $installFlags
27 make -C mkapfs install DESTDIR="$out" $installFlags
32 description = "Experimental APFS tools for linux";
33 homepage = "https://github.com/linux-apfs/apfsprogs";
34 license = licenses.gpl2Only;
35 platforms = platforms.linux;
36 maintainers = with maintainers; [ Luflosi ];