velvet: Add missing zlib dependency to fix installation errors (#10212)
This commit is contained in:
parent
722e7058f8
commit
ada8d5ce5c
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ class Velvet(MakefilePackage):
|
|||
|
||||
version('1.2.10', '6e28c4b9bedc5f7ab2b947e7266a02f6')
|
||||
|
||||
depends_on('zlib')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
install('velvetg', prefix.bin)
|
||||
|
|
Loading…
Reference in a new issue