Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / misc / base16-builder / node-packages.nix
blob2bf491c2e6652bc1488fabd4f1944b13d5366bd5
1 # This file has been generated by node2nix 1.11.1. Do not edit!
3 {pkgs ? import <nixpkgs> {
4     inherit system;
5   }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs_18"}:
7 let
8   globalBuildInputs = pkgs.lib.attrValues (import ./supplement.nix {
9     inherit nodeEnv;
10     inherit (pkgs) stdenv lib nix-gitignore fetchurl fetchgit;
11   });
12   nodeEnv = import ../../development/node-packages/node-env.nix {
13     inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
14     inherit pkgs nodejs;
15     libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
16   };
18 import ./node-packages-generated.nix {
19   inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
20   inherit nodeEnv globalBuildInputs;