silence rm failures
This commit is contained in:
parent
6863853879
commit
3e499b7b65
@ -70,8 +70,8 @@ in ruby.stdenv.mkDerivation (attrs // {
|
|||||||
done
|
done
|
||||||
|
|
||||||
# looks like useless files which break build repeatability and consume space
|
# looks like useless files which break build repeatability and consume space
|
||||||
rm $out/${ruby.gemPath}/doc/*/*/created.rid || true
|
rm -f $out/${ruby.gemPath}/doc/*/*/created.rid || true
|
||||||
rm $out/${ruby.gemPath}/gems/*/ext/*/mkmf.log || true
|
rm -f $out/${ruby.gemPath}/gems/*/ext/*/mkmf.log || true
|
||||||
|
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user