qmenumodel: disable broken tests

This commit is contained in:
Sigmanificient 2024-05-07 01:22:42 +02:00
parent e1b75a40d9
commit 7eb75621ee

View File

@ -12,6 +12,7 @@
, python3
, qtbase
, qtdeclarative
, gobject-introspection
}:
stdenv.mkDerivation (finalAttrs: {
@ -55,6 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeCheckInputs = [
dbus
dbus-test-runner
gobject-introspection
(python3.withPackages (ps: with ps; [
dbus-python
pygobject3