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