We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f47203 commit bda1d94Copy full SHA for bda1d94
1 file changed
var/spack/repos/builtin/packages/bison/package.py
@@ -59,6 +59,7 @@ class Bison(AutotoolsPackage, GNUMirrorPackage):
59
60
depends_on("gettext", when="+color")
61
depends_on("m4@1.4.6:", type=("build", "run"))
62
+ depends_on("diffutils", type="build")
63
64
patch("pgi.patch", when="@3.0.4")
65
# The NVIDIA compilers do not currently support some GNU builtins.
0 commit comments