LuaPackage: add missing attribute (#33551)

fixes #33544
This commit is contained in:
Massimiliano Culpo 2022-10-27 14:17:54 +02:00 committed by GitHub
parent df1d233573
commit 605411a9fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ class LuaPackage(spack.package_base.PackageBase):
#: system base class
build_system_class = "LuaPackage"
#: Legacy buildsystem attribute used to deserialize and install old specs
legacy_buildsystem = "lua"
list_depth = 1 # LuaRocks requires at least one level of spidering to find versions
build_system("lua")