mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
treewide: set meta.license on hooks
This commit is contained in:
@@ -27,6 +27,8 @@ let
|
||||
# STACK_IN_NIX_EXTRA_ARGS.
|
||||
stackHook = makeSetupHook {
|
||||
name = "stack-hook";
|
||||
|
||||
meta.license = lib.licenses.mit;
|
||||
} ./stack-hook.sh;
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user