index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-18 16:49:52 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-18 16:50:06 +0300 |
commit | e439f5902ebfafce086d2c0caae3add970b621bb (patch) | |
tree | 2a9a65e27035c146d290825ce2fdf41214217de0 | |
parent | 47e0e4fe0cbecb518765c3ea106e31ac6e7b90ab (diff) |
-rw-r--r-- | extra/gobject-introspection/PKGBUILD | 3 |
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD index a62ba1fd..71187477 100644 --- a/extra/gobject-introspection/PKGBUILD +++ b/extra/gobject-introspection/PKGBUILD @@ -1,2 +1,5 @@ # Seems to fail with an invalid cross device link eval "$(declare -f check | sed 's/meson test \(.*\)/meson test \1 || true/')" + +# Hopefully temporary hack to get gtk packages building +depends+=(python-packaging) |