diff options
Diffstat (limited to 'internal/rosa/gtk.go')
| -rw-r--r-- | internal/rosa/gtk.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/gtk.go b/internal/rosa/gtk.go index 02ba1786..eaa67654 100644 --- a/internal/rosa/gtk.go +++ b/internal/rosa/gtk.go @@ -42,9 +42,7 @@ func (t Toolchain) newGLib() (pkg.Artifact, string) { ), version } func init() { - native.MustRegister(&Artifact{ - f: Toolchain.newGLib, - + native.mustRegister(Toolchain.newGLib, &Metadata{ Name: "glib", Description: "the GNU library of miscellaneous stuff", Website: "https://developer.gnome.org/glib/", |
