17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
22 owner = "OpenPHDGuiding";
25 sha256 = "sha256-GnT/tyk975caqESBSu4mdX5IWGi5O+RljLSd+CwoGWo=";
48 # Fix broken wrapped name scheme by moving wrapped binary to where wrapper expects it
50 mv $out/bin/.phd2.bin-wrapped $out/bin/.phd2-wrapped.bin
54 homepage = "https://openphdguiding.org/";
55 description = "Telescope auto-guidance application";
56 changelog = "https://github.com/OpenPHDGuiding/phd2/releases/tag/v${version}";
57 license = licenses.bsd3;
58 maintainers = with maintainers; [ hjones2199 ];
59 platforms = platforms.linux;