From e02600159dc34dc875b49d548d861dca7f5fb064 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 24 May 2023 09:18:44 -0700 Subject: [PATCH] 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