Merge pull request #266442 from rvolosatovs/fix/spin-hook

fermyon-spin: run install hooks
This commit is contained in:
Nick Cao 2023-11-09 09:06:48 -05:00 committed by GitHub
commit 6d69680488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,12 @@ in stdenv.mkDerivation rec {
];
installPhase = ''
runHook preInstall
mkdir -p $out/bin
cp $src/* $out/bin
runHook postInstall
'';
meta = with lib; {