···39 sha256 = "sha256-YaH0ENeLp+fzelpPUObRMgrKMzdUhKMlXt3xejhYBCM=";
40 };
410000042 postPatch = ''
43 # The test tends to fail on btrfs, f2fs and maybe other unusual filesystems.
44 sed '2i echo Skipping dd sparse test && exit 77' -i ./tests/dd/sparse.sh
···39 sha256 = "sha256-YaH0ENeLp+fzelpPUObRMgrKMzdUhKMlXt3xejhYBCM=";
40 };
4142+ patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
43+ # Workaround for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51433
44+ ./disable-seek-hole.patch
45+ ];
46+47 postPatch = ''
48 # The test tends to fail on btrfs, f2fs and maybe other unusual filesystems.
49 sed '2i echo Skipping dd sparse test && exit 77' -i ./tests/dd/sparse.sh