mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Use mawk instead of gawk (#5242)
* Use mawk instead of gawk * bump version * remove gawk, add mawk * bump again to resolve conflict
This commit is contained in:
@@ -45,7 +45,7 @@ class Buildessential < Package
|
||||
depends_on 'util_macros'
|
||||
depends_on 'gettext'
|
||||
depends_on 'wget' # in some cases, patches might be required and can be downloaded using wget
|
||||
depends_on 'gawk'
|
||||
depends_on 'mawk'
|
||||
|
||||
# compression utilities
|
||||
depends_on 'lzip'
|
||||
|
||||
@@ -16,7 +16,6 @@ doxygen
|
||||
expat
|
||||
filecmd
|
||||
flex
|
||||
gawk
|
||||
gcc10
|
||||
gcc_tools
|
||||
gdbm
|
||||
@@ -59,6 +58,7 @@ m4
|
||||
make
|
||||
mandb
|
||||
manpages
|
||||
mawk
|
||||
meson
|
||||
most
|
||||
mpc
|
||||
|
||||
Reference in New Issue
Block a user