index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-18 16:46:31 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-18 16:46:31 +0200 |
commit | 21f4f66c055f2c9c4291c3b5ac66d9a79dc896f9 (patch) | |
tree | 3b814849ddf8da49cd910d6facdb0dfe3d069d32 /extra | |
parent | 705fb123217dd4bff04de746c2899dcd9098ef13 (diff) | |
parent | 158266f14e17786c3263a18bf4588ae60f4ebb53 (diff) |
-rw-r--r-- | extra/gobject-introspection/PKGBUILD | 3 |
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD index a62ba1fd..c6085cd5 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 +eval "$(declare -f package_gobject-introspection | sed 's@python-setuptools@python-setuptools python-packaging@')" |