1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nodejs*: add meta.mainProgram

This commit is contained in:
Samuel Gräfenstein 2021-05-03 09:42:48 +02:00
parent b6ee21af06
commit c98e84c00d
No known key found for this signature in database
GPG key ID: EF76A063F15C63C8

View file

@ -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