coreutils: fix dependency order
This commit is contained in:
parent
60bbbd9a98
commit
fba7cfcd51
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ class Coreutils < Formula
|
|||
depends_on "bison" => :build
|
||||
depends_on "gettext" => :build
|
||||
depends_on "texinfo" => :build
|
||||
depends_on "xz" => :build
|
||||
depends_on "wget" => :build
|
||||
depends_on "xz" => :build
|
||||
end
|
||||
|
||||
depends_on "gmp" => :optional
|
||||
|
|
Loading…
Reference in a new issue