nckx pushed a commit to branch master
in repository guix.

commit b85ae5e568a5057b194039f5f9b8e953adcd852b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jun 25 22:28:17 2023 +0100

    gnu: skymaker: Remove input labels.
    
    * gnu/packages/astronomy.scm (skymaker)[inputs]: Remove input labels.
    [arguments]: Adjust accordingly.
    
    Signed-off-by: Tobias Geerinckx-Rice <[email protected]>
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 120614d2c0..3e5a227522 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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

Reply via email to