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:
parent
19692eed95
commit
d26bbf4c90
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user