Merge pull request #309678 from Sigmanificient/zhf-qmenumodel-fix

qmenumodel: fix broken tests
This commit is contained in:
Jörg Thalheim
2024-05-07 06:13:37 +02:00
committed by GitHub
@@ -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