mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
viper4linux-gui: Spell "preInstall" correctly
This commit is contained in:
parent
7084250df3
commit
e02600159d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user