genrich: add needed zlib dependency (#34753)
This commit is contained in:
parent
2c1523debe
commit
31cccdf52b
@ -14,6 +14,8 @@ class Genrich(MakefilePackage):
|
||||
|
||||
version("0.6", sha256="4c87aca8b7789f28b0c5c2c0ccea75668f19fa6a4cb38cd3c06d80ffd98d396f")
|
||||
|
||||
depends_on("zlib")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
install("Genrich", prefix.bin)
|
||||
|
Loading…
Reference in New Issue
Block a user