Merge pull request #121573 from samuelgrf/nodejs-add-meta.mainProgram
nodejs*: add meta.mainProgram
This commit is contained in:
commit
264267ed4c
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ in
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
mainProgram = "node";
|
||||
};
|
||||
|
||||
passthru.python = python; # to ensure nodeEnv uses the same version
|
||||
|
|
Loading…
Reference in a new issue