orca-c: explicitly call `preInstall` & `postInstall` hooks during `installPhase`

wip/little-gl
netcrns 3 years ago committed by Jonathan Ringer
parent 3d8c13ccd4
commit bd9341ff39
  1. 4
      pkgs/applications/audio/orca-c/default.nix

@ -17,8 +17,12 @@ stdenv.mkDerivation {
'';
installPhase = ''
runHook preInstall
mkdir -p $out/bin
install build/orca $out/bin/orca
runHook postInstall
'';
meta = with lib; {

Loading…
Cancel
Save