From e02600159dc34dc875b49d548d861dca7f5fb064 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 24 May 2023 09:18:44 -0700 Subject: [PATCH 1/5] viper4linux-gui: Spell "preInstall" correctly --- pkgs/applications/audio/viper4linux-gui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/viper4linux-gui/default.nix b/pkgs/applications/audio/viper4linux-gui/default.nix index be495aa9c93b..ee8593c8e620 100644 --- a/pkgs/applications/audio/viper4linux-gui/default.nix +++ b/pkgs/applications/audio/viper4linux-gui/default.nix @@ -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 From b65ffd505ddb7568496c3b3fc36ead4e83acee49 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 24 May 2023 09:19:31 -0700 Subject: [PATCH 2/5] wasm3: Spell "preInstall" correctly --- pkgs/development/interpreters/wasm3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/wasm3/default.nix b/pkgs/development/interpreters/wasm3/default.nix index 036010e1356a..d5df9e66ebf4 100644 --- a/pkgs/development/interpreters/wasm3/default.nix +++ b/pkgs/development/interpreters/wasm3/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { ]; installPhase = '' - runHook preInstal + runHook preInstall install -Dm755 wasm3 -t $out/bin runHook postInstall ''; From 3686b115e461d77d50412663ec14cc174a1749bd Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 24 May 2023 09:20:22 -0700 Subject: [PATCH 3/5] librclone: Spell "postBuild" correctly --- pkgs/development/libraries/librclone/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/librclone/default.nix b/pkgs/development/libraries/librclone/default.nix index dbf46ab398bd..3b8bf83364c9 100644 --- a/pkgs/development/libraries/librclone/default.nix +++ b/pkgs/development/libraries/librclone/default.nix @@ -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 = '' From 45f6e87822b22a7cc42caca036002151b9b04baa Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 24 May 2023 09:21:18 -0700 Subject: [PATCH 4/5] ncdns: Spell "postUnpack" correctly --- pkgs/servers/dns/ncdns/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/dns/ncdns/default.nix b/pkgs/servers/dns/ncdns/default.nix index 6461467774de..5af71a9a4136 100644 --- a/pkgs/servers/dns/ncdns/default.nix +++ b/pkgs/servers/dns/ncdns/default.nix @@ -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 From f34465fea50d612b092e1cf3cdbb618be62a8585 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 24 May 2023 09:21:51 -0700 Subject: [PATCH 5/5] pomerium: Spell "postBuild" correctly --- pkgs/servers/http/pomerium/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/http/pomerium/default.nix b/pkgs/servers/http/pomerium/default.nix index 9cd49e98d984..c4d13ebe49bc 100644 --- a/pkgs/servers/http/pomerium/default.nix +++ b/pkgs/servers/http/pomerium/default.nix @@ -37,7 +37,7 @@ buildGoModule rec { buildPhase = '' runHook preBuild yarn --offline build - runHook postbuild + runHook postBuild ''; installPhase = ''