wasm3: Spell "preInstall" correctly

This commit is contained in:
Scott Worley 2023-05-24 09:19:31 -07:00
parent e02600159d
commit b65ffd505d

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
];
installPhase = ''
runHook preInstal
runHook preInstall
install -Dm755 wasm3 -t $out/bin
runHook postInstall
'';