nodePackages: upgrade node2nix to version 1.1.1 and regenerate the package set
This commit is contained in:
parent
2b2b0b566d
commit
5cf1a4d36a
@ -1,4 +1,4 @@
|
|||||||
# This file has been generated by node2nix 1.1.0. Do not edit!
|
# This file has been generated by node2nix 1.1.1. Do not edit!
|
||||||
|
|
||||||
{pkgs ? import <nixpkgs> {
|
{pkgs ? import <nixpkgs> {
|
||||||
inherit system;
|
inherit system;
|
||||||
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
nodeEnv = import ./node-env.nix {
|
nodeEnv = import ./node-env.nix {
|
||||||
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
|
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
||||||
inherit nodejs;
|
inherit nodejs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
import ./node-packages-v4.nix {
|
import ./node-packages-v4.nix {
|
||||||
inherit (pkgs) fetchurl fetchgit;
|
inherit (pkgs) fetchurl fetchgit;
|
||||||
inherit nodeEnv;
|
inherit nodeEnv;
|
||||||
}
|
}
|
@ -1,4 +1,4 @@
|
|||||||
# This file has been generated by node2nix 1.1.0. Do not edit!
|
# This file has been generated by node2nix 1.1.1. Do not edit!
|
||||||
|
|
||||||
{pkgs ? import <nixpkgs> {
|
{pkgs ? import <nixpkgs> {
|
||||||
inherit system;
|
inherit system;
|
||||||
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
nodeEnv = import ./node-env.nix {
|
nodeEnv = import ./node-env.nix {
|
||||||
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
|
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
||||||
inherit nodejs;
|
inherit nodejs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
import ./node-packages-v6.nix {
|
import ./node-packages-v6.nix {
|
||||||
inherit (pkgs) fetchurl fetchgit;
|
inherit (pkgs) fetchurl fetchgit;
|
||||||
inherit nodeEnv;
|
inherit nodeEnv;
|
||||||
}
|
}
|
@ -1,9 +1,9 @@
|
|||||||
# This file originates from node2nix
|
# This file originates from node2nix
|
||||||
|
|
||||||
{stdenv, nodejs, utillinux, runCommand, writeTextFile}:
|
{stdenv, nodejs, python2, utillinux, runCommand, writeTextFile}:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (nodejs) python;
|
python = if nodejs ? python then nodejs.python else python2;
|
||||||
|
|
||||||
# Create a tar wrapper that filters all the 'Ignoring unknown extended header keyword' noise
|
# Create a tar wrapper that filters all the 'Ignoring unknown extended header keyword' noise
|
||||||
tarWrapper = runCommand "tarWrapper" {} ''
|
tarWrapper = runCommand "tarWrapper" {} ''
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
# This file has been generated by node2nix 1.0.1. Do not edit!
|
# This file has been generated by node2nix 1.1.1. Do not edit!
|
||||||
|
|
||||||
{pkgs ? import <nixpkgs> {
|
{pkgs ? import <nixpkgs> {
|
||||||
inherit system;
|
inherit system;
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
nodeEnv = import ../../node-packages/node-env.nix {
|
nodeEnv = import ../../node-packages/node-env.nix {
|
||||||
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
|
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
||||||
inherit nodejs;
|
inherit nodejs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This file has been generated by node2nix 1.1.0. Do not edit!
|
# This file has been generated by node2nix 1.1.1. Do not edit!
|
||||||
|
|
||||||
{pkgs ? import <nixpkgs> {
|
{pkgs ? import <nixpkgs> {
|
||||||
inherit system;
|
inherit system;
|
||||||
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
nodeEnv = import ../../../development/node-packages/node-env.nix {
|
nodeEnv = import ../../../development/node-packages/node-env.nix {
|
||||||
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
|
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
||||||
inherit nodejs;
|
inherit nodejs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
import ./node-packages.nix {
|
import ./node-packages.nix {
|
||||||
inherit (pkgs) fetchurl fetchgit;
|
inherit (pkgs) fetchurl fetchgit;
|
||||||
inherit nodeEnv;
|
inherit nodeEnv;
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
# This file has been generated by node2nix 1.0.1. Do not edit!
|
# This file has been generated by node2nix 1.1.1. Do not edit!
|
||||||
|
|
||||||
{pkgs ? import <nixpkgs> {
|
{pkgs ? import <nixpkgs> {
|
||||||
inherit system;
|
inherit system;
|
||||||
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
nodeEnv = import ../../../development/node-packages/node-env.nix {
|
nodeEnv = import ../../../development/node-packages/node-env.nix {
|
||||||
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
|
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
||||||
inherit nodejs;
|
inherit nodejs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
import ./node-packages.nix {
|
import ./node-packages.nix {
|
||||||
inherit (pkgs) fetchurl fetchgit;
|
inherit (pkgs) fetchurl fetchgit;
|
||||||
inherit nodeEnv;
|
inherit nodeEnv;
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
# This file has been generated by node2nix 1.0.1. Do not edit!
|
# This file has been generated by node2nix 1.1.1. Do not edit!
|
||||||
|
|
||||||
{nodeEnv, fetchurl, fetchgit}:
|
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
|
||||||
|
|
||||||
let
|
let
|
||||||
sources = {
|
sources = {
|
||||||
@ -91,6 +91,7 @@ in
|
|||||||
})
|
})
|
||||||
sources."underscore-1.8.3"
|
sources."underscore-1.8.3"
|
||||||
];
|
];
|
||||||
|
buildInputs = globalBuildInputs;
|
||||||
meta = {
|
meta = {
|
||||||
description = "nix-env frontend written with Polymer";
|
description = "nix-env frontend written with Polymer";
|
||||||
homepage = https://github.com/matejc/nixui;
|
homepage = https://github.com/matejc/nixui;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user