gi-gtk-declarative: unbreak

Both gi-gtk-declarative and gi-gtk-declarative-app-simple build just fine.
But the test suites attempt to connect to the display.
This commit is contained in:
Luis Chavarriaga 2021-03-22 22:17:57 -05:00
parent cf991521dc
commit c2a60de9d9
2 changed files with 1 additions and 2 deletions

View File

@ -5653,8 +5653,6 @@ broken-packages:
- gi-gstaudio
- gi-gstpbutils
- gi-gsttag
- gi-gtk-declarative
- gi-gtk-declarative-app-simple
- gi-gtkosxapplication
- gi-gtksheet
- gi-handy

View File

@ -445,6 +445,7 @@ self: super: builtins.intersectAttrs super {
# requires an X11 display in test suite
gi-gtk-declarative = dontCheck super.gi-gtk-declarative;
gi-gtk-declarative-app-simple = dontCheck super.gi-gtk-declarative-app-simple;
# tests depend on executable
ghcide = overrideCabal super.ghcide (drv: {