bison: add missing diffutils build dep (#44296)
This commit is contained in:
parent
3f472039c5
commit
bda1d94d49
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user