diff options
author | davidovski <david@davidovski.xyz> | 2022-02-23 14:42:35 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-23 14:42:35 +0000 |
commit | 71e3c6e4bed81abbc2856c278bd5d929cfd61224 (patch) | |
tree | 11c9f10b854f08b90bbc4997eb7ae2598a30bf66 /repo/system/gobject-introspection.xibuild | |
parent | 866afc3e78e6abdd26ff354f28bdece0863c2306 (diff) |
fixed additionals
Diffstat (limited to 'repo/system/gobject-introspection.xibuild')
-rw-r--r-- | repo/system/gobject-introspection.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/gobject-introspection.xibuild b/repo/system/gobject-introspection.xibuild index dd8d01b..071dfbe 100644 --- a/repo/system/gobject-introspection.xibuild +++ b/repo/system/gobject-introspection.xibuild @@ -5,9 +5,9 @@ DEPS="python-mako python-markdown glib" PKG_VER=1.70.0 SOURCE=https://download.gnome.org/sources/gobject-introspection/$(echo $PKG_VER | cut -d. -f-2)/gobject-introspection-$PKG_VER.tar.xz -ADDITIONAL=( +ADDITIONAL=" https://www.linuxfromscratch.org/patches/blfs/svn/gobject-introspection-$PKG_VER-build_fix-1.patch - ) + " DESC="Introspection system for GObject-based libraries" |