baserow: fix build using an older nodejs
This commit is contained in:
parent
3652c738a0
commit
785cfeadc5
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@
|
|||
let
|
||||
nodeEnv = import ./node-env.nix {
|
||||
inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
|
||||
inherit pkgs nodejs;
|
||||
inherit pkgs;
|
||||
nodejs = nodejs // {
|
||||
python = pkgs.python310;
|
||||
};
|
||||
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue