Skip to content

Commit bda1d94

Browse files
authored
bison: add missing diffutils build dep (#44296)
1 parent 3f47203 commit bda1d94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

var/spack/repos/builtin/packages/bison/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class Bison(AutotoolsPackage, GNUMirrorPackage):
5959

6060
depends_on("gettext", when="+color")
6161
depends_on("m4@1.4.6:", type=("build", "run"))
62+
depends_on("diffutils", type="build")
6263

6364
patch("pgi.patch", when="@3.0.4")
6465
# The NVIDIA compilers do not currently support some GNU builtins.

0 commit comments

Comments
 (0)