1
0
Fork 1
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:
Charles Strahan 2014-10-26 20:13:38 +00:00
parent 6863853879
commit 3e499b7b65

View file

@ -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