Loading pkgs/by-name/ch/chiri/package.nix +12 −4 Original line number Diff line number Diff line Loading @@ -88,9 +88,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pnpm build ''; postInstall = lib.optionalString stdenv.hostPlatform.isDarwin '' postInstall = if stdenv.hostPlatform.isDarwin then '' mkdir -p $out/bin makeWrapper "$out/Applications/Chiri.app/Contents/MacOS/chiri" "$out/bin/chiri" '' else '' mv $out/bin/Chiri $out/bin/chiri substituteInPlace $out/share/applications/Chiri.desktop \ --replace-fail "Exec=Chiri" "Exec=chiri" ''; doCheck = false; Loading Loading
pkgs/by-name/ch/chiri/package.nix +12 −4 Original line number Diff line number Diff line Loading @@ -88,9 +88,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pnpm build ''; postInstall = lib.optionalString stdenv.hostPlatform.isDarwin '' postInstall = if stdenv.hostPlatform.isDarwin then '' mkdir -p $out/bin makeWrapper "$out/Applications/Chiri.app/Contents/MacOS/chiri" "$out/bin/chiri" '' else '' mv $out/bin/Chiri $out/bin/chiri substituteInPlace $out/share/applications/Chiri.desktop \ --replace-fail "Exec=Chiri" "Exec=chiri" ''; doCheck = false; Loading