me
/
guix
Archived
1
0
Fork 0

gnu: skymaker: Remove input labels.

* gnu/packages/astronomy.scm (skymaker)[inputs]: Remove input labels.
[arguments]: Adjust accordingly.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
Sharlatan Hellseher 2023-06-25 22:28:17 +01:00 committed by Tobias Geerinckx-Rice
parent c0831eadef
commit b85ae5e568
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -972,11 +972,11 @@ interactively in the plotting window.")
#~(list
"CPPFLAGS=-fcommon" ; fix build with GCC 10
(string-append
"--with-fftw-libdir=" #$(this-package-input "fftw") "/lib")
"--with-fftw-libdir=" #$(this-package-input "fftwf") "/lib")
(string-append
"--with-fftw-incdir=" #$(this-package-input "fftw") "/include"))))
"--with-fftw-incdir=" #$(this-package-input "fftwf") "/include"))))
(inputs
`(("fftw" ,fftwf)))
(list fftwf))
(home-page "https://www.astromatic.net/software/skymaker")
(synopsis "Astronomical image simulator")
(description