linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / python-modules / panel / node / default.nix
blob64326c6b216020936eba8e3af34b9ef2e552d037
1 # This file has been generated by node2nix 1.9.0. Do not edit!
3 {pkgs ? import <nixpkgs> {
4     inherit system;
5   }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
7 let
8   nodeEnv = import ./node-env.nix {
9     inherit (pkgs) stdenv lib python2 runCommand writeTextFile;
10     inherit pkgs nodejs;
11     libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
12   };
14 import ./node-packages.nix {
15   inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
16   inherit nodeEnv;