mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
silence rm failures
This commit is contained in:
parent
6863853879
commit
3e499b7b65
|
@ -70,8 +70,8 @@ in ruby.stdenv.mkDerivation (attrs // {
|
|||
done
|
||||
|
||||
# looks like useless files which break build repeatability and consume space
|
||||
rm $out/${ruby.gemPath}/doc/*/*/created.rid || true
|
||||
rm $out/${ruby.gemPath}/gems/*/ext/*/mkmf.log || true
|
||||
rm -f $out/${ruby.gemPath}/doc/*/*/created.rid || true
|
||||
rm -f $out/${ruby.gemPath}/gems/*/ext/*/mkmf.log || true
|
||||
|
||||
mkdir -p $out/nix-support
|
||||
|
||||
|
|
Loading…
Reference in a new issue