gnu: skymaker: Fix indentation.
* gnu/packages/astronomy.scm (skymaker): Fix indentation. Change-Id: I2eeecb451d3da7004794ba55f687a2630ef20bcdmaster
parent
234bcc8fd6
commit
f815519759
|
@ -1467,40 +1467,40 @@ interactively in the plotting window.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public skymaker
|
(define-public skymaker
|
||||||
(package
|
(package
|
||||||
(name "skymaker")
|
(name "skymaker")
|
||||||
(version "3.10.5")
|
(version "3.10.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/astromatic/skymaker")
|
(url "https://github.com/astromatic/skymaker")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kcy0lfm25gihahpr41ghhw3b8znzczzg9rrlkfih043h2pfsm5l"))))
|
(base32 "0kcy0lfm25gihahpr41ghhw3b8znzczzg9rrlkfih043h2pfsm5l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list
|
#~(list
|
||||||
"CPPFLAGS=-fcommon"
|
"CPPFLAGS=-fcommon"
|
||||||
(string-append
|
(string-append
|
||||||
"--with-fftw-libdir=" #$(this-package-input "fftwf") "/lib")
|
"--with-fftw-libdir=" #$(this-package-input "fftwf") "/lib")
|
||||||
(string-append
|
(string-append
|
||||||
"--with-fftw-incdir=" #$(this-package-input "fftwf") "/include"))))
|
"--with-fftw-incdir=" #$(this-package-input "fftwf") "/include"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config))
|
(list autoconf automake libtool pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list fftwf))
|
(list fftwf))
|
||||||
(home-page "https://www.astromatic.net/software/skymaker")
|
(home-page "https://www.astromatic.net/software/skymaker")
|
||||||
(synopsis "Astronomical image simulator")
|
(synopsis "Astronomical image simulator")
|
||||||
(description
|
(description
|
||||||
"SkyMaker is a program that simulates astronomical images. It accepts
|
"SkyMaker is a program that simulates astronomical images. It accepts
|
||||||
object lists in ASCII generated by the Stuff program to produce realistic
|
object lists in ASCII generated by the Stuff program to produce realistic
|
||||||
astronomical fields. SkyMaker is part of the
|
astronomical fields. SkyMaker is part of the
|
||||||
@uref{https://www.astromatic.net/projects/efigi, EFIGI} development project.")
|
@uref{https://www.astromatic.net/projects/efigi, EFIGI} development project.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public stackistry
|
(define-public stackistry
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue