Skip to content
Snippets Groups Projects
Commit 3ad71700 authored by Denis Davydov's avatar Denis Davydov
Browse files

the_silver_searcher: add missing dependency

parent 1b731e52
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment