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

12 lines
303 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-6_x : init at 6.0.0
2016-04-25 16:10:10 +02:00
nodejs-6_x: 6.2.2 -> 6.3.1
2016-07-22 10:00:26 +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: refactor derivations (#19973) * refactor and clean up the derivation composition * add slim variation: the slim variations configure node without npm. Building node with npm introduces a python runtime depndency through gyp - slim variation makes sense for building small nodejs production images
2016-11-02 17:46:01 +01: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: 6.11.4 -> 6.11.5
2017-10-27 12:15:23 +08:00
version = "6.11.5";
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
sha256 = "1bwakrvy0if5spbymwpb05qwrb47xwzlnc42rapgp6b744ay8v8w";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1354ms Template: 5ms
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