forked from mirrors/nixpkgs
orca-c: explicitly call preInstall
& postInstall
hooks during installPhase
This commit is contained in:
parent
3d8c13ccd4
commit
bd9341ff39
|
@ -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…
Reference in a new issue