diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/flex/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/flex/package.py b/var/spack/repos/builtin/packages/flex/package.py index 64e9bb69dc..dbe4a27bac 100644 --- a/var/spack/repos/builtin/packages/flex/package.py +++ b/var/spack/repos/builtin/packages/flex/package.py @@ -27,6 +27,8 @@ class Flex(AutotoolsPackage): depends_on('bison', type='build') depends_on('gettext@0.19:', type='build') depends_on('help2man', type='build') + depends_on('findutils', type='build') + depends_on('diffutils', type='build') # Older tarballs don't come with a configure script and the patch for # 2.6.4 touches configure |