Simplify a deletion in Boogie
This commit is contained in:
parent
4e5d7a4ca0
commit
09d1509ad3
1 changed files with 1 additions and 3 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue