Loading pkgs/stdenv/generic/setup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -1260,7 +1260,7 @@ _defaultUnpack() { # We can't preserve hardlinks because they may have been # introduced by store optimization, which might break things # in the build. cp -r --preserve=mode,timestamps --reflink=auto -- "$fn" "$destination" cp -r --preserve=timestamps --reflink=auto -- "$fn" "$destination" else Loading Loading
pkgs/stdenv/generic/setup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -1260,7 +1260,7 @@ _defaultUnpack() { # We can't preserve hardlinks because they may have been # introduced by store optimization, which might break things # in the build. cp -r --preserve=mode,timestamps --reflink=auto -- "$fn" "$destination" cp -r --preserve=timestamps --reflink=auto -- "$fn" "$destination" else Loading