mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Remove some binaries installed with Boogie that conflict with Dafny
This commit is contained in:
parent
d7fa40f31e
commit
d9f812d2fc
@ -154,6 +154,9 @@ 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
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user