gnu: phd2: Fix indentation.

* gnu/packages/astronomy.scm (phd2): Fix indentation.

Change-Id: I8e7a717213f28140c8dd6547fc2393fac610d339
This commit is contained in:
Sharlatan Hellseher 2025-07-20 20:07:18 +01:00
parent e45eee3861
commit 9545089fe0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1571,7 +1571,9 @@ R. Seaman's protocol}
(delete-all-but "thirdparty" "thirdparty.cmake"))))) (delete-all-but "thirdparty" "thirdparty.cmake")))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:configure-flags #~(list "-DOPENSOURCE_ONLY=yes" (list
#:configure-flags
#~(list "-DOPENSOURCE_ONLY=yes"
"-DUSE_SYSTEM_CFITSIO=yes" "-DUSE_SYSTEM_CFITSIO=yes"
"-DUSE_SYSTEM_EIGEN3=yes" "-DUSE_SYSTEM_EIGEN3=yes"
"-DUSE_SYSTEM_GTEST=yes" "-DUSE_SYSTEM_GTEST=yes"
@ -1597,8 +1599,8 @@ R. Seaman's protocol}
(home-page "https://openphdguiding.org") (home-page "https://openphdguiding.org")
(synopsis "Teleskope guiding software") (synopsis "Teleskope guiding software")
(description (description
"PHD2 is the enhanced, second generation version of the PHD guiding software "PHD2 is the enhanced,second generation version of the PHD guiding
from Stark Labs.") software from Stark Labs.")
(license license:bsd-3)))) (license license:bsd-3))))
(define-public psfex (define-public psfex