nodePackages: upgrade node2nix to version 1.1.1 and regenerate the package set

This commit is contained in:
Sander van der Burg
2017-01-20 22:05:44 +01:00
parent 2b2b0b566d
commit 5cf1a4d36a
11 changed files with 6822 additions and 7082 deletions
@@ -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
sources = {
@@ -91,6 +91,7 @@ in
})
sources."underscore-1.8.3"
];
buildInputs = globalBuildInputs;
meta = {
description = "nix-env frontend written with Polymer";
homepage = https://github.com/matejc/nixui;