mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: phd2: Fix indentation.
* gnu/packages/astronomy.scm (phd2): Fix indentation. Change-Id: I8e7a717213f28140c8dd6547fc2393fac610d339
This commit is contained in:
parent
e45eee3861
commit
9545089fe0
1 changed files with 65 additions and 63 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue