guile@2.0: remove :run.
This commit is contained in:
parent
4cc7733ffe
commit
054f953343
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ class GuileAT20 < Formula
|
|||
|
||||
keg_only :versioned_formula
|
||||
|
||||
depends_on "pkg-config" => :run # guile-config is a wrapper around pkg-config.
|
||||
depends_on "libtool" => :run
|
||||
depends_on "pkg-config" # guile-config is a wrapper around pkg-config.
|
||||
depends_on "libtool"
|
||||
depends_on "libffi"
|
||||
depends_on "libunistring"
|
||||
depends_on "bdw-gc"
|
||||
|
|
Loading…
Reference in a new issue