treewide: set meta.license on hooks

This commit is contained in:
Sigmanificient
2026-05-25 13:48:20 +02:00
parent 70df9fb258
commit 0bbc8dffae
90 changed files with 328 additions and 55 deletions
@@ -1,4 +1,5 @@
{
lib,
lua,
makeSetupHook,
makeWrapper,
@@ -13,4 +14,5 @@ makeSetupHook {
substitutions.luaHost = lua.luaOnHostForHost;
substitutions.luarocksBuild = lua.luaOnBuildForHost.pkgs.luarocks_bootstrap;
substitutions.luarocksHost = lua.luaOnHostForHost.pkgs.luarocks_bootstrap;
meta.license = lib.licenses.mit;
} ./wrap.sh