build: Remove perl from the Development set.

This caused the nightly builds to fail, because perl is apparently
a dependency of something in the base set already.
This commit is contained in:
Augustin Cavalier 2020-04-23 21:26:43 -04:00
parent 19692eed95
commit d26bbf4c90

View File

@ -66,8 +66,8 @@ if [ IsOptionalHaikuImagePackageAdded BeOSCompatibility ] {
# Development
if [ IsOptionalHaikuImagePackageAdded Development ] {
# autotools
AddHaikuImageDisabledPackages autoconf automake perl texinfo ;
AddHaikuImageSourcePackages autoconf automake perl texinfo ;
AddHaikuImageDisabledPackages autoconf automake texinfo ;
AddHaikuImageSourcePackages autoconf automake texinfo ;
# some other build tools
AddHaikuImageDisabledPackages pkgconfig ;