gnu: astroterm: Fix build.

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

Change-Id: I119d8d547de0fa19420e56486e507a0da5e7db77
This commit is contained in:
Sharlatan Hellseher 2025-07-20 20:34:07 +01:00
parent 28893bd60d
commit 0e41f79616
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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