git-lfs: add build-tools tag (#30431)
Let Spack find external git-lfs by default. There seemed to be agreement to add git-lfs to the build tools in https://github.com/spack/spack/pull/29031.
This commit is contained in:
parent
f0bb7c74a9
commit
4509e96704
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ class GitLfs(MakefilePackage):
|
|||
homepage = "https://git-lfs.github.com"
|
||||
url = "https://github.com/git-lfs/git-lfs/archive/v2.6.1.tar.gz"
|
||||
|
||||
tags = ['build-tools']
|
||||
|
||||
executables = ['^git-lfs$']
|
||||
|
||||
maintainers = ['sethrj']
|
||||
|
|
Loading…
Reference in a new issue