lol

obsidian: fix darwin build (#388547)

authored by

Austin Horstman and committed by
GitHub
9431b16d c2701d40

+2 -4
+2 -4
pkgs/by-name/ob/obsidian/package.nix
··· 7 7 makeDesktopItem, 8 8 imagemagick, 9 9 writeScript, 10 - undmg, 11 - unzip, 10 + _7zz, 12 11 commandLineArgs ? "", 13 12 }: 14 13 let ··· 118 117 sourceRoot = "${appname}.app"; 119 118 nativeBuildInputs = [ 120 119 makeWrapper 121 - undmg 122 - unzip 120 + _7zz 123 121 ]; 124 122 installPhase = '' 125 123 runHook preInstall