1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

treewide: fix runHook spelling mistakes

This commit is contained in:
aleksana 2024-07-05 00:15:35 +08:00
parent 3c89ee1b7b
commit 8e35bfbeba
6 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
install -Dm755 stepreduce $out/bin/stepreduce
runHook prostInstall
runHook postInstall
'';
meta = with lib; {

View file

@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
xbuild /p:Configuration=Release
runHook postBuld
runHook postBuild
'';
outputFiles = [

View file

@ -27,7 +27,7 @@ buildDubPackage {
installPhase = ''
runHook preInstall
install -Dm755 bin/lit -t $out/bin
runHook preInstall
runHook postInstall
'';
meta = {

View file

@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
wrapProgram "$out/bin/panoply" --prefix PATH : "${jre}/bin"
runHook postHook
runHook postInstall
'';
meta = with lib; {

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'echo "${hostname}/bin/hostname"'
patsh -f rmate -s ${builtins.storeDir}
runHook preBuild
runHook postBuild
'';
installPhase = ''

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
installPhase = ''
runHook preInstall
ant install
runHook postIntall
runHook postInstall
'';
meta = {