Merge pull request #162434 from tavi-vi/vega-lite_fix
This commit is contained in:
commit
26a1251e03
@ -517,8 +517,8 @@ final: prev: {
|
||||
postInstall = ''
|
||||
cd node_modules
|
||||
for dep in ${final.vega-cli}/lib/node_modules/vega-cli/node_modules/*; do
|
||||
if [[ ! -d $dep ]]; then
|
||||
ln -s "${final.vega-cli}/lib/node_modules/vega-cli/node_modules/$dep"
|
||||
if [[ ! -d ''${dep##*/} ]]; then
|
||||
ln -s "${final.vega-cli}/lib/node_modules/vega-cli/node_modules/''${dep##*/}"
|
||||
fi
|
||||
done
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user