Missing perl dependencies (#5204)
* glib: Add missing perl dependency * shared-mime-info: Add missing perl dependency * libx11: Add missing perl dependency * likwid: Add missing perl dependency
This commit is contained in:

committed by
Christoph Junghans

parent
f3152a5600
commit
60f8621704
@@ -39,6 +39,7 @@ class SharedMimeInfo(AutotoolsPackage):
|
||||
depends_on('glib')
|
||||
depends_on('libxml2')
|
||||
depends_on('intltool', type='build')
|
||||
depends_on('gettext', type='build')
|
||||
depends_on('pkg-config@0.9.0:', type='build')
|
||||
|
||||
def setup_dependent_environment(self, spack_env, run_env, dependent_spec):
|
||||
|
Reference in New Issue
Block a user