From 75168c1964e421a85ee352c9d8cc986c7348d8c7 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 3 Mar 2018 16:13:23 -0800 Subject: [PATCH] gobject-introspection: using xdg vocab. --- basis/gobject-introspection/gobject-introspection.factor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/basis/gobject-introspection/gobject-introspection.factor b/basis/gobject-introspection/gobject-introspection.factor index 3d380cb68b..7990ef5976 100755 --- a/basis/gobject-introspection/gobject-introspection.factor +++ b/basis/gobject-introspection/gobject-introspection.factor @@ -4,7 +4,7 @@ USING: accessors assocs combinators environment gobject-introspection.common gobject-introspection.ffi gobject-introspection.loader gobject-introspection.types io io.files io.pathnames kernel lexer locals make namespaces parser sequences splitting summary vocabs -vocabs.parser xml ; +vocabs.parser xdg xml ; IN: gobject-introspection ERROR: gir-not-found name paths ; @@ -18,8 +18,7 @@ M: gir-not-found summary