mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
Simplify a deletion in Boogie
This commit is contained in:
parent
4e5d7a4ca0
commit
09d1509ad3
@ -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 New Issue
Block a user