9 stdenv.mkDerivation rec {
11 version = "627.40.1-linux";
13 src = fetchFromGitHub {
16 rev = "a9496556b0a5fa805139ea20b44081d48aae912a";
17 hash = "sha256-i6fXPWHU03ErUN2irP2cLJbpqi1OrTtcQE+ohAz+Eio=";
28 install -Dm 555 "newfs_hfs/newfs_hfs" "$out/bin/mkfs.hfsplus"
29 install -Dm 555 "fsck_hfs/fsck_hfs" "$out/bin/fsck.hfsplus"
31 install -Dm 444 "newfs_hfs/newfs_hfs.8" "$out/share/man/man8/mkfs.hfsplus.8"
32 install -Dm 444 "fsck_hfs/fsck_hfs.8" "$out/share/man/man8/fsck.hfsplus.8"
36 description = "HFS/HFS+ user space utils";
37 license = lib.licenses.apple-psl20;
38 platforms = lib.platforms.linux;