summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-17 00:01:49 +0000
committerGitHub <noreply@github.com>2021-11-17 00:01:49 +0000
commit90829d83e59c76bc31c1992cfbd7522123e9b340 (patch)
tree9067e5f1323c2ecdff7a00d5b847b94ec3fe1ad9 /pkgs/tools/graphics
parentca7a3ad2e8abef8100b938098bd65c39522f6995 (diff)
parent087657bbf0a1335627aaa56c376cd149d8e97b11 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/ldgallery/viewer/node-composition.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/ldgallery/viewer/node-composition.nix b/pkgs/tools/graphics/ldgallery/viewer/node-composition.nix
index aaf54a05c884..02fdb925fb1b 100644
--- a/pkgs/tools/graphics/ldgallery/viewer/node-composition.nix
+++ b/pkgs/tools/graphics/ldgallery/viewer/node-composition.nix
@@ -6,7 +6,7 @@
let
nodeEnv = import ../../../../development/node-packages/node-env.nix {
- inherit (pkgs) stdenv lib python2 runCommand writeTextFile;
+ inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
inherit pkgs nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};