Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Use uutils-coreutils instead of aardvark_shell_utils #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/hhvm-nightly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class HhvmNightly < Formula
depends_on "wget" => :build

# Provides the CLI utility `realpath`
depends_on "aardvark_shell_utils" => :build
depends_on "uutils-coreutils" => :build

# We statically link against icu4c as every non-bugfix release is not
# backwards compatible; needing to rebuild for every release is too
Expand Down