remove gcc plugins from additional pkgs

these just override each other and end up with errors
This commit is contained in:
Tony Theodore 2019-03-10 11:32:05 +11:00
parent 3a10b391cb
commit 343663cd85
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@
# as opposed to customisation plugins.
# See plugins/README.md for more information.
echo plugins/{apps,gcc4,gcc6,gcc7,gcc8,go,luarocks,native,tcl.tk}
# gcc plugins override each other and end up with errors
echo plugins/{apps,go,luarocks,native,tcl.tk}