nodejs: fix updateScript evaluation
This commit is contained in:
parent
842f2c9cb5
commit
23b2a60620
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, openssl, python2, zlib, libuv, utillinux, http-parser
|
{ stdenv, fetchurl, openssl, python2, zlib, libuv, utillinux, http-parser
|
||||||
, pkgconfig, which
|
, pkgconfig, which
|
||||||
# Updater dependencies
|
# Updater dependencies
|
||||||
, writeScript, coreutils, gnugrep, jq, curl, common-updater-scripts, nix
|
, writeScript, coreutils, gnugrep, jq, curl, common-updater-scripts, nix, runtimeShell
|
||||||
, gnupg
|
, gnupg
|
||||||
, darwin, xcbuild
|
, darwin, xcbuild
|
||||||
, procps
|
, procps
|
||||||
@ -104,7 +104,7 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = import ./update.nix {
|
passthru.updateScript = import ./update.nix {
|
||||||
inherit stdenv writeScript coreutils gnugrep jq curl common-updater-scripts gnupg nix;
|
inherit stdenv writeScript coreutils gnugrep jq curl common-updater-scripts gnupg nix runtimeShell;
|
||||||
inherit (stdenv) lib;
|
inherit (stdenv) lib;
|
||||||
inherit majorVersion;
|
inherit majorVersion;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user