Bug fix for findutils: apply nonnull.patch only for versions 4.8.0+ (#28857)

This commit is contained in:
Dom Heinzeller 2022-02-11 11:47:27 -07:00 committed by GitHub
parent e365b05821
commit ef030ed0ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ def url_for_version(self, version):
# does not work for GCC on macOS
# <https://savannah.gnu.org/bugs/?func=detailitem&item_id=59972>; we thus
# disable this attribute manually
patch('nonnull.patch')
patch('nonnull.patch', when='@4.8.0:')
build_directory = 'spack-build'