about summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasm3
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2023-05-24 09:19:31 -0700
committerScott Worley <scottworley@scottworley.com>2023-05-24 09:19:31 -0700
commitb65ffd505ddb7568496c3b3fc36ead4e83acee49 (patch)
tree24d1c918c4cefdd01802956088787e2b9abfa6ea /pkgs/development/interpreters/wasm3
parente02600159dc34dc875b49d548d861dca7f5fb064 (diff)
wasm3: Spell "preInstall" correctly
Diffstat (limited to 'pkgs/development/interpreters/wasm3')
-rw-r--r--pkgs/development/interpreters/wasm3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/wasm3/default.nix b/pkgs/development/interpreters/wasm3/default.nix
index 036010e1356ac..d5df9e66ebf4c 100644
--- a/pkgs/development/interpreters/wasm3/default.nix
+++ b/pkgs/development/interpreters/wasm3/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   ];
 
   installPhase = ''
-    runHook preInstal
+    runHook preInstall
     install -Dm755 wasm3 -t $out/bin
     runHook postInstall
   '';