Unverified Commit 483e0f06 authored by Roman Volosatovs's avatar Roman Volosatovs
Browse files

fermyon-spin: run install hooks

parent 9e02b145
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; {