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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)