Merge pull request #174948 from max-privatevoid/patch-7
matrix-appservice-discord: unquote ${nodejs.src}
This commit is contained in:
commit
42d0d0683d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ assert lib.versionAtLeast nodejs.version "12.0.0";
|
|||
|
||||
let
|
||||
nodeSources = runCommand "node-sources" {} ''
|
||||
tar --no-same-owner --no-same-permissions -xf "${nodejs.src}"
|
||||
tar --no-same-owner --no-same-permissions -xf ${nodejs.src}
|
||||
mv node-* $out
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue