Merge pull request #233854 from chkno/hook-spelling

Fix phase name typos in 5 packages' runHook invocations
This commit is contained in:
Weijia Wang
2023-05-24 23:40:57 +03:00
committed by GitHub
5 changed files with 5 additions and 5 deletions
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
];
installPhase = ''
runHook preInstalli
runHook preInstall
install -D V4L_Frontend $out/bin/viper-gui
install -D icons/viper.png $out/share/icons/viper.png
runHook postInstall
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
];
installPhase = ''
runHook preInstal
runHook preInstall
install -Dm755 wasm3 -t $out/bin
runHook postInstall
'';
@@ -14,7 +14,7 @@ in buildGoModule rec {
runHook preBuild
cd librclone
go build --buildmode=c-shared -o librclone${ext} github.com/rclone/rclone/librclone
runHook postBuildd
runHook postBuild
'';
installPhase = ''
+1 -1
View File
@@ -73,7 +73,7 @@ buildGoModule {
chmod -R u+w -- "$sourceRoot"
cd $sourceRoot
runHook postUpack
runHook postUnpack
'';
# Same as above: can't use `patches` because that would
+1 -1
View File
@@ -37,7 +37,7 @@ buildGoModule rec {
buildPhase = ''
runHook preBuild
yarn --offline build
runHook postbuild
runHook postBuild
'';
installPhase = ''