r-rjava: add needed zlib dependency (#34749)
This commit is contained in:
parent
778325db42
commit
5c9b591439
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class RRjava(RPackage):
|
|||
depends_on("libiconv")
|
||||
depends_on("pcre2")
|
||||
depends_on("xz")
|
||||
depends_on("zlib")
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
spec = self.spec
|
||||
|
|
Loading…
Reference in a new issue