Merge pull request #121573 from samuelgrf/nodejs-add-meta.mainProgram

nodejs*: add meta.mainProgram
This commit is contained in:
Sandro 2021-05-03 17:16:22 +02:00 committed by GitHub
commit 264267ed4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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