azahar: Run preInstall and postInstall in installPhase

This commit is contained in:
GnomedDev
2026-03-23 19:08:21 +00:00
parent 5b89011d40
commit 1fefaf1db2
+4
View File
@@ -148,10 +148,14 @@ stdenv.mkDerivation (finalAttrs: {
];
installPhase = optionalString stdenv.isDarwin ''
runHook preInstall
mkdir -p $out/Applications $out/bin
cp ./bin/Release/${finalAttrs.pname}-room $out/bin
cp -r ./bin/Release/${finalAttrs.pname}.app $out/Applications
runHook postInstall
'';
preFixup = ''