coreutils: don't use bare sed
on darwin
it will be BSD sed instead of GNU sed
This commit is contained in:
parent
fb03c7d7f4
commit
68647a4de5
@ -19,7 +19,7 @@ let
|
||||
};
|
||||
|
||||
# The test tends to fail on btrfs and maybe other unusual filesystems.
|
||||
postPatch = ''
|
||||
postPatch = stdenv.lib.optionalString (!stdenv.isDarwin) ''
|
||||
sed '2i echo Skipping dd sparse test && exit 0' -i ./tests/dd/sparse.sh
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user