Append to preConfigure instead of replacing it
This commit is contained in:
parent
f5a911485a
commit
9814abbcdf
@ -82,7 +82,7 @@ let
|
|||||||
last.nodes
|
last.nodes
|
||||||
pkgs.strace
|
pkgs.strace
|
||||||
];
|
];
|
||||||
preConfigure = ''
|
preConfigure = old.preConfigure + ''
|
||||||
export NODES_HOME="${last.nodes}"
|
export NODES_HOME="${last.nodes}"
|
||||||
export NANOS6_HOME="${last.nanos6}"
|
export NANOS6_HOME="${last.nanos6}"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user