Add gmake build dependency for unibilium (#44575)

This commit is contained in:
Derek Ryan Strong 2024-06-05 22:54:46 -07:00 committed by GitHub
parent 391c4cf099
commit b68cf16c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ class Unibilium(Package):
version("2.0.0", sha256="78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1")
version("1.2.0", sha256="623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8")
depends_on("gmake", type="build")
depends_on("libtool", type="build")
depends_on("perl", type="build")
depends_on("gzip", type="build")