obsidian: fix darwin build

Upstream switched to APFS for dmg package.

Fixes #388526

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka
2025-03-09 18:30:16 -04:00
parent 8f4e99ba62
commit 4849b38853
+2 -4
View File
@@ -7,8 +7,7 @@
makeDesktopItem,
imagemagick,
writeScript,
undmg,
unzip,
_7zz,
commandLineArgs ? "",
}:
let
@@ -118,8 +117,7 @@ let
sourceRoot = "${appname}.app";
nativeBuildInputs = [
makeWrapper
undmg
unzip
_7zz
];
installPhase = ''
runHook preInstall