bison: add missing diffutils build dep (#44296)

This commit is contained in:
Harmen Stoppels 2024-05-22 03:33:29 +02:00 committed by GitHub
parent 3f472039c5
commit bda1d94d49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,7 @@ class Bison(AutotoolsPackage, GNUMirrorPackage):
depends_on("gettext", when="+color") depends_on("gettext", when="+color")
depends_on("m4@1.4.6:", type=("build", "run")) depends_on("m4@1.4.6:", type=("build", "run"))
depends_on("diffutils", type="build")
patch("pgi.patch", when="@3.0.4") patch("pgi.patch", when="@3.0.4")
# The NVIDIA compilers do not currently support some GNU builtins. # The NVIDIA compilers do not currently support some GNU builtins.