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:
parent
3c89ee1b7b
commit
8e35bfbeba
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
install -Dm755 stepreduce $out/bin/stepreduce
|
||||
|
||||
runHook prostInstall
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
xbuild /p:Configuration=Release
|
||||
|
||||
runHook postBuld
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
outputFiles = [
|
||||
|
|
|
@ -27,7 +27,7 @@ buildDubPackage {
|
|||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm755 bin/lit -t $out/bin
|
||||
runHook preInstall
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
|
||||
wrapProgram "$out/bin/panoply" --prefix PATH : "${jre}/bin"
|
||||
|
||||
runHook postHook
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue