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
@@ -408,6 +408,7 @@ stdenv.mkDerivation {
llvmpipeHook = makeSetupHook {
name = "llvmpipe-hook";
substitutions.mesa = mesa;
meta.license = lib.licenses.mit;
} ./llvmpipe-hook.sh;
};
}