Unverified Commit 6d696804 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

fermyon-spin: run install hooks
parents 3a256b28 483e0f06
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -43,8 +43,12 @@ in stdenv.mkDerivation rec {
  ];

  installPhase = ''
    runHook preInstall

    mkdir -p $out/bin
    cp $src/* $out/bin

    runHook postInstall
  '';

  meta = with lib; {