about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2020-08-29 12:51:38 +0200
committerAlyssa Ross <hi@alyssa.is>2020-11-27 13:28:07 +0000
commit8f196b9f9e0ed36cce7923b8096f645930f4ea92 (patch)
treeeecf5b8ea42d0e2b97f49294cec708a5096d99b0 /nixpkgs/pkgs/development/tools
parent93bcf7234f4886961afe7333949db2b01c1aa749 (diff)
downloadnixlib-8f196b9f9e0ed36cce7923b8096f645930f4ea92.tar
nixlib-8f196b9f9e0ed36cce7923b8096f645930f4ea92.tar.gz
nixlib-8f196b9f9e0ed36cce7923b8096f645930f4ea92.tar.bz2
nixlib-8f196b9f9e0ed36cce7923b8096f645930f4ea92.tar.lz
nixlib-8f196b9f9e0ed36cce7923b8096f645930f4ea92.tar.xz
nixlib-8f196b9f9e0ed36cce7923b8096f645930f4ea92.tar.zst
nixlib-8f196b9f9e0ed36cce7923b8096f645930f4ea92.zip
emscripten: precompile libc, etc.
(cherry picked from commit bc9760b842abdb4aac17543a3ae8decae5e6530e)
Diffstat (limited to 'nixpkgs/pkgs/development/tools')
-rw-r--r--nixpkgs/pkgs/development/tools/parsing/tree-sitter/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/tools/parsing/tree-sitter/default.nix b/nixpkgs/pkgs/development/tools/parsing/tree-sitter/default.nix
index e77b338a20a5..3e09afd54bf8 100644
--- a/nixpkgs/pkgs/development/tools/parsing/tree-sitter/default.nix
+++ b/nixpkgs/pkgs/development/tools/parsing/tree-sitter/default.nix
@@ -61,7 +61,6 @@ in rustPlatform.buildRustPackage {
   # minifying the JavaScript; passing it allows us to side-step more Node
   # JS dependencies for installation.
   preBuild = ''
-    HOME=/tmp
     bash ./script/build-wasm --debug
   '';