upsun: add missing phases

This commit is contained in:
Pol Dellaiera
2024-05-15 10:46:54 +02:00
parent 305203ef86
commit 145661005b
+4
View File
@@ -28,7 +28,11 @@ stdenvNoCC.mkDerivation rec {
sourceRoot = ".";
installPhase = ''
runHook preInstall
install -Dm755 upsun $out/bin/upsun
runHook postInstall
'';
meta = {