Merge pull request #865 from davydden/silver_searcher_dependencies
the_silver_searcher: add missing dependency
This commit is contained in:
commit
1cf2526a79
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue