From 0e41f796161c3a6d46a7f3076cd59a88dfde94ad Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 20 Jul 2025 20:34:07 +0100 Subject: [PATCH] gnu: astroterm: Fix build. * gnu/packages/astronomy.scm (astroterm): [inputs]: Remove argtable; add argtable3. Change-Id: I119d8d547de0fa19420e56486e507a0da5e7db77 --- gnu/packages/astronomy.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d9dabfe3722..2aa2ecc4c9a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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