mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
gtksourceview: don't run tests
This commit is contained in:
parent
50aa0bea1e
commit
5435246c00
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
# Needs X
|
||||
:
|
||||
}
|
||||
|
||||
gtksourceview-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue