about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-24 23:40:57 +0300
committerGitHub <noreply@github.com>2023-05-24 23:40:57 +0300
commit7ef1ddae9e23e204edd6cc66ac3121ff46248296 (patch)
tree3aac52cfec93cfe00a28d8c9a58904767433cd13 /pkgs/applications/audio
parentade23ab2d49186be828d8d4df9197e9d66c8cd21 (diff)
parentf34465fea50d612b092e1cf3cdbb618be62a8585 (diff)
Merge pull request #233854 from chkno/hook-spelling
Fix phase name typos in 5 packages' runHook invocations
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/viper4linux-gui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/viper4linux-gui/default.nix b/pkgs/applications/audio/viper4linux-gui/default.nix
index be495aa9c93b4..ee8593c8e6202 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