2018-06-28 22:26:44 +01:00
|
|
|
# This file has been generated by node2nix 1.6.0. Do not edit!
|
2017-12-19 21:17:40 +00:00
|
|
|
|
|
|
|
{pkgs ? import <nixpkgs> {
|
|
|
|
inherit system;
|
|
|
|
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
|
|
|
|
|
|
|
|
let
|
|
|
|
nodeEnv = import ./node-env.nix {
|
|
|
|
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
|
|
|
inherit nodejs;
|
2018-03-12 23:04:44 +00:00
|
|
|
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
|
2017-12-19 21:17:40 +00:00
|
|
|
};
|
|
|
|
in
|
|
|
|
import ./node-packages-v8.nix {
|
|
|
|
inherit (pkgs) fetchurl fetchgit;
|
|
|
|
inherit nodeEnv;
|
|
|
|
}
|