~ruther/guix-local

0e41f796161c3a6d46a7f3076cd59a88dfde94ad — Sharlatan Hellseher 10 months ago 28893bd
gnu: astroterm: Fix build.

* gnu/packages/astronomy.scm (astroterm):
  [inputs]: Remove argtable; add argtable3.

Change-Id: I119d8d547de0fa19420e56486e507a0da5e7db77
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +1 -1
@@ 305,7 305,7 @@ wide set of telescopes.")
    (native-inputs
     (list pkg-config python-wrapper specification-ybsc xxd))
    (inputs
     (list ncurses argtable))
     (list ncurses argtable3))
    (home-page "https://github.com/da-luce/astroterm")
    (synopsis "Planetarium for your terminal")
    (description