Unverified Commit 14566100 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

upsun: add missing phases

parent 305203ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,7 +28,11 @@ stdenvNoCC.mkDerivation rec {

  sourceRoot = ".";
  installPhase = ''
    runHook preInstall

    install -Dm755 upsun $out/bin/upsun

    runHook postInstall
  '';

  meta = {