forked from mirrors/nixpkgs
Merge pull request #248468 from cmoog/write-shell-script-main-program
trivial-builders: add meta.mainProgram to writeShellScriptBin
This commit is contained in:
commit
e6f240e527
|
@ -304,6 +304,7 @@ rec {
|
|||
checkPhase = ''
|
||||
${stdenv.shellDryRun} "$target"
|
||||
'';
|
||||
meta.mainProgram = name;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue