Simplify a deletion in Boogie

This commit is contained in:
John Wiegley 2022-08-08 12:33:30 -07:00 committed by whonore
parent 4e5d7a4ca0
commit 09d1509ad3

View file

@ -154,9 +154,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
postFixup = ''
ln -s "$out/bin/BoogieDriver" "$out/bin/boogie"
rm -f "$out/bin"/System.* "$out/bin"/Microsoft.*
rm -f "$out/bin"/NUnit3.*
rm -f "$out/bin"/*Tests
rm -f $out/bin/{Microsoft,NUnit3,System}.* "$out/bin"/*Tests
'';
meta = with lib; {