bat-extras: also set meta.mainProgram
This commit is contained in:
parent
d08f8d0c98
commit
6b6dd4509e
1 changed files with 3 additions and 1 deletions
|
@ -133,7 +133,9 @@ let
|
||||||
# We already patched
|
# We already patched
|
||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
|
||||||
inherit (core) meta;
|
meta = core.meta // {
|
||||||
|
mainProgram = name;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
optionalDep = cond: dep:
|
optionalDep = cond: dep:
|
||||||
assert cond -> dep != null;
|
assert cond -> dep != null;
|
||||||
|
|
Loading…
Reference in a new issue