treewide: fix runHook spelling mistakes

This commit is contained in:
aleksana
2024-07-05 12:21:15 +08:00
parent 3c89ee1b7b
commit 8e35bfbeba
6 changed files with 6 additions and 6 deletions
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
install -Dm755 stepreduce $out/bin/stepreduce
runHook prostInstall
runHook postInstall
'';
meta = with lib; {
+1 -1
View File
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
xbuild /p:Configuration=Release
runHook postBuld
runHook postBuild
'';
outputFiles = [
+1 -1
View File
@@ -27,7 +27,7 @@ buildDubPackage {
installPhase = ''
runHook preInstall
install -Dm755 bin/lit -t $out/bin
runHook preInstall
runHook postInstall
'';
meta = {
+1 -1
View File
@@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
wrapProgram "$out/bin/panoply" --prefix PATH : "${jre}/bin"
runHook postHook
runHook postInstall
'';
meta = with lib; {
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'echo "${hostname}/bin/hostname"'
patsh -f rmate -s ${builtins.storeDir}
runHook preBuild
runHook postBuild
'';
installPhase = ''
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
installPhase = ''
runHook preInstall
ant install
runHook postIntall
runHook postInstall
'';
meta = {