Skip to content
Snippets Groups Projects
Commit 1cf2526a authored by Tom Scogland's avatar Tom Scogland
Browse files

Merge pull request #865 from davydden/silver_searcher_dependencies

the_silver_searcher: add missing dependency
parents 407920e4 3ad71700
Branches
Tags
No related merge requests found
...@@ -9,6 +9,7 @@ class TheSilverSearcher(Package): ...@@ -9,6 +9,7 @@ class TheSilverSearcher(Package):
depends_on('pcre') depends_on('pcre')
depends_on('xz') depends_on('xz')
depends_on('pkg-config')
def install(self, spec, prefix): def install(self, spec, prefix):
configure("--prefix=%s" % prefix) configure("--prefix=%s" % prefix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment