the_silver_searcher: add missing dependency
This commit is contained in:
parent
1b731e525f
commit
3ad71700dd
@ -9,6 +9,7 @@ class TheSilverSearcher(Package):
|
||||
|
||||
depends_on('pcre')
|
||||
depends_on('xz')
|
||||
depends_on('pkg-config')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user