about summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-20 14:31:52 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-16 16:08:23 +0100
commit37fa1e7c1d412b26152fc30e087c038685b32756 (patch)
treef29c8b6486338dd0b8b034c8ef2379f77b740186 /pkgs/development/misc
parent708666dcb6a5339a02c9e9fb5c78ae350b3b54bb (diff)
downloadnixlib-37fa1e7c1d412b26152fc30e087c038685b32756.tar
nixlib-37fa1e7c1d412b26152fc30e087c038685b32756.tar.gz
nixlib-37fa1e7c1d412b26152fc30e087c038685b32756.tar.bz2
nixlib-37fa1e7c1d412b26152fc30e087c038685b32756.tar.lz
nixlib-37fa1e7c1d412b26152fc30e087c038685b32756.tar.xz
nixlib-37fa1e7c1d412b26152fc30e087c038685b32756.tar.zst
nixlib-37fa1e7c1d412b26152fc30e087c038685b32756.zip
treewide: pass and inherit writeShellScript in node2nix packages
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/google-clasp/google-clasp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/misc/google-clasp/google-clasp.nix b/pkgs/development/misc/google-clasp/google-clasp.nix
index baacee29ff20..6bb4ea8fbd67 100644
--- a/pkgs/development/misc/google-clasp/google-clasp.nix
+++ b/pkgs/development/misc/google-clasp/google-clasp.nix
@@ -6,7 +6,7 @@
 
 let
   nodeEnv = import ../../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;
   };