diff options
Diffstat (limited to 'modules/pkgs/postcss-cli/main.nix')
-rw-r--r-- | modules/pkgs/postcss-cli/main.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pkgs/postcss-cli/main.nix b/modules/pkgs/postcss-cli/main.nix index 8c422b8..e635774 100644 --- a/modules/pkgs/postcss-cli/main.nix +++ b/modules/pkgs/postcss-cli/main.nix @@ -1,4 +1,4 @@ -# This file has been generated by node2nix 1.2.0. Do not edit! +# This file has been generated by node2nix 1.5.3. Do not edit! {pkgs ? import <nixpkgs> { inherit system; @@ -8,6 +8,7 @@ let nodeEnv = import ./node-env.nix { inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile; inherit nodejs; + libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null; }; in import ./node-packages.nix { |