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/v8.nix

11 lines
237 B
Nix
Raw Normal View History

nodejs: refactor generic build function This removes some duplicated and dead code across the different versions of nodejs.
2017-11-01 01:25:13 +01:00
{ stdenv, callPackage, lib, enableNpm ? true }:
nodejs: init at 8.0.0
2017-05-24 23:30:33 +02:00
let
nodejs: refactor generic build function This removes some duplicated and dead code across the different versions of nodejs.
2017-11-01 01:25:13 +01:00
buildNodejs = callPackage ./nodejs.nix {};
nodejs: init at 8.0.0
2017-05-24 23:30:33 +02:00
in
nodejs: refactor generic build function This removes some duplicated and dead code across the different versions of nodejs.
2017-11-01 01:25:13 +01:00
buildNodejs {
inherit enableNpm;
nodejs-8_x: 8.11.4 -> 8.12.0
2018-10-14 13:58:02 +08:00
version = "8.12.0";
sha256 = "16j1rrxkhmvpcw689ndw1raql1gz4jqn7n82z55zn63c05cgz7as";
nodejs: refactor generic build function This removes some duplicated and dead code across the different versions of nodejs.
2017-11-01 01:25:13 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 871ms Template: 3ms
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