Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/web/nodejs/v13.nix

14 lines
298 B
Nix
Raw Normal View History

nodejs: pin python versions and use python3 when possible
2020-04-07 14:45:55 +03:00
{ callPackage, openssl, icu, python3, enableNpm ? true }:
nodejs-13_x: init at 13.0.1 Changelog: + https://github.com/nodejs/node/releases/tag/v13.0.0 + https://github.com/nodejs/node/releases/tag/v13.0.1
2019-10-23 04:20:00 -05:00
let
nodejs-13_x: 13.13.0 -> 13.14.0 Changelog: https://github.com/nodejs/node/releases/tag/v13.14.0
2020-04-29 17:33:00 -05:00
buildNodejs = callPackage ./nodejs.nix {
nodejs: pin python versions and use python3 when possible
2020-04-07 14:45:55 +03:00
inherit openssl icu;
python = python3;
};
nodejs-13_x: init at 13.0.1 Changelog: + https://github.com/nodejs/node/releases/tag/v13.0.0 + https://github.com/nodejs/node/releases/tag/v13.0.1
2019-10-23 04:20:00 -05:00
in
buildNodejs {
inherit enableNpm;
nodejs-13_x: 13.13.0 -> 13.14.0 Changelog: https://github.com/nodejs/node/releases/tag/v13.14.0
2020-04-29 17:33:00 -05:00
version = "13.14.0";
sha256 = "1gi9nl99wsiqpwm266jdsa8g6rmjw4wqwgrkx9f2qk1y3hjcs0vf";
nodejs-13_x: init at 13.0.1 Changelog: + https://github.com/nodejs/node/releases/tag/v13.0.0 + https://github.com/nodejs/node/releases/tag/v13.0.1
2019-10-23 04:20:00 -05:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1309ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API