diff --git a/pkgs/applications/goldencheetah/bin.nix b/pkgs/applications/goldencheetah/bin.nix

index a81b153ab97c9ca70630059472db4d152bf72f08..59cacd47259b612f0d93d9d8e1438154a939f344 100644

--- a/pkgs/applications/goldencheetah/bin.nix

+++ b/pkgs/applications/goldencheetah/bin.nix

@@ -1,34 +1,64 @@

-{ stdenv, fetchfromgh, undmg }:

+{ stdenv, fetchfromgh, appimageTools, undmg }:

let

pname = "goldencheetah";

version = "3.5";

-in

-stdenv.mkDerivation {

src = fetchfromgh {

 owner = "GoldenCheetah";

 repo = "GoldenCheetah";

 version = "V${version}";

};

meta = with stdenv.lib; {

 description = "Performance software for cyclists, runners and triathletes";

 homepage = "https://www.goldencheetah.org/";

 license = licenses.gpl3;

 maintainers = [ maintainers.sikmir ];

 skip.ci = true;

};

-}

+in

+if stdenv.isDarwin

+then darwin

+else linux

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/42f6e84d9859e7a34df3b0fb14bc67a49045cfa9.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
131.92106 milliseconds
Gemini-to-HTML Time
2.023361 milliseconds

This content has been proxied by September (3851b).