From 3cd31450a13501ebb2c6851a59e81a60fdc38cab Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 25 Jan 2021 11:31:27 +0100 Subject: Revert "nodePackages: regenerate with node2nix 1.9.0" --- pkgs/applications/networking/n8n/node-composition.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/applications/networking/n8n/node-composition.nix') diff --git a/pkgs/applications/networking/n8n/node-composition.nix b/pkgs/applications/networking/n8n/node-composition.nix index 64326c6b21602..f6cfb2cd2e452 100644 --- a/pkgs/applications/networking/n8n/node-composition.nix +++ b/pkgs/applications/networking/n8n/node-composition.nix @@ -1,4 +1,4 @@ -# This file has been generated by node2nix 1.9.0. Do not edit! +# This file has been generated by node2nix 1.8.0. Do not edit! {pkgs ? import { inherit system; @@ -6,12 +6,12 @@ let nodeEnv = import ./node-env.nix { - inherit (pkgs) stdenv lib python2 runCommand writeTextFile; - inherit pkgs nodejs; + inherit (pkgs) lib stdenv python2 utillinux runCommand writeTextFile; + inherit nodejs; libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null; }; in import ./node-packages.nix { - inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit; + inherit (pkgs) fetchurl fetchgit; inherit nodeEnv; } -- cgit 1.4.1