Add ed package for bc (#1032)

This commit is contained in:
Wetitpig 2017-05-20 05:54:36 +08:00 committed by Fredrik Fornwall
parent d4ab00856e
commit dd3f197db6

View File

@ -8,6 +8,7 @@ PACKAGES+=" automake"
PACKAGES+=" bison"
PACKAGES+=" clang" # Used by golang, useful to have same compiler building.
PACKAGES+=" curl" # Used for fetching sources.
PACKAGES+=" ed" # Used by bc
PACKAGES+=" flex"
PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses.
PACKAGES+=" git" # Used by the neovim build.