genrich: add needed zlib dependency (#34753)

This commit is contained in:
Glenn Johnson
2023-01-02 11:29:23 -06:00
committed by GitHub
parent 2c1523debe
commit 31cccdf52b

View File

@@ -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)