aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/ncurses.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/ncurses.go')
-rw-r--r--internal/rosa/ncurses.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/ncurses.go b/internal/rosa/ncurses.go
index da819c0e..be75dd14 100644
--- a/internal/rosa/ncurses.go
+++ b/internal/rosa/ncurses.go
@@ -26,9 +26,7 @@ func (t Toolchain) newNcurses() (pkg.Artifact, string) {
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newNcurses,
-
+ native.mustRegister(Toolchain.newNcurses, &Metadata{
Name: "ncurses",
Description: "a free software emulation of curses in System V Release 4.0 (SVr4)",
Website: "https://invisible-island.net/ncurses/",