2018-03-12 23:04:44 +00:00
|
|
|
# This file has been generated by node2nix 1.5.3. Do not edit!
|
2016-10-30 08:54:55 +00:00
|
|
|
|
|
|
|
{pkgs ? import <nixpkgs> {
|
|
|
|
inherit system;
|
2017-03-31 18:51:14 +00:00
|
|
|
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-6_x"}:
|
2016-10-30 08:54:55 +00:00
|
|
|
|
|
|
|
let
|
|
|
|
nodeEnv = import ./node-env.nix {
|
2017-01-20 21:05:44 +00:00
|
|
|
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
2016-10-30 08:54:55 +00:00
|
|
|
inherit nodejs;
|
2018-03-12 23:04:44 +00:00
|
|
|
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
|
2016-10-30 08:54:55 +00:00
|
|
|
};
|
|
|
|
in
|
|
|
|
import ./node-packages-v6.nix {
|
|
|
|
inherit (pkgs) fetchurl fetchgit;
|
|
|
|
inherit nodeEnv;
|
2017-01-20 21:05:44 +00:00
|
|
|
}
|