vcmi: reenable LUA and ERM support

This commit is contained in:
azahi
2025-12-25 20:49:59 +03:00
parent 8a88d2ab7a
commit bb72d7445f
+2
View File
@@ -66,6 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
cmakeFlags = [
(lib.cmakeBool "ENABLE_CLIENT" true)
(lib.cmakeBool "ENABLE_LUA" true)
(lib.cmakeBool "ENABLE_ERM" true)
(lib.cmakeBool "ENABLE_GOLDMASTER" true)
(lib.cmakeBool "ENABLE_TEST" false) # Requires nonfree data files.
(lib.cmakeBool "ENABLE_PCH" false)