gitian: cleanup more unused packages

These appear to be leftovers inherited from Bitcoin's builder
This commit is contained in:
Howard Chu 2021-09-01 11:30:41 +01:00
parent 4ea7832ea7
commit ae41178c8b
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
5 changed files with 3 additions and 19 deletions

View file

@ -11,8 +11,8 @@ hardware_native_packages := native_protobuf
android_native_packages = android_ndk
android_packages = ncurses readline sodium
darwin_native_packages = native_biplist native_ds_store native_mac_alias $(hardware_native_packages)
darwin_packages = sodium ncurses readline $(hardware_packages)
darwin_native_packages = $(hardware_native_packages)
darwin_packages = ncurses readline sodium $(hardware_packages)
# not really native...
freebsd_native_packages = freebsd_base
@ -34,6 +34,6 @@ mingw32_packages = icu4c sodium $(hardware_packages)
mingw32_native_packages = $(hardware_native_packages)
ifneq ($(build_os),darwin)
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
darwin_native_packages += native_cctools
endif