pkg-config should be a build dependency only

This commit is contained in:
Adam J. Stewart
2016-07-20 13:42:07 -05:00
parent 5cac0a528c
commit f5aed63b0b
2 changed files with 5 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ class Guile(Package):
depends_on('bdw-gc@7.0:')
depends_on('libffi')
depends_on('readline', when='+readline')
depends_on('pkg-config')
depends_on('pkg-config', type='build')
def install(self, spec, prefix):
config_args = [