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
commit 7ef1ddae9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

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

View file

@ -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 = ''

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

View file

@ -37,7 +37,7 @@ buildGoModule rec {
buildPhase = ''
runHook preBuild
yarn --offline build
runHook postbuild
runHook postBuild
'';
installPhase = ''