ayatana-indicator-datetime: fix strict deps

dbus-test-runner is executed and thus required in nativeCheckInputs
This commit is contained in:
Reno Dakota 2024-06-18 22:32:43 +00:00
parent afd2f214b0
commit a802048d43
No known key found for this signature in database

View File

@ -85,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeCheckInputs = [ nativeCheckInputs = [
dbus dbus
dbus-test-runner
(python3.withPackages (ps: with ps; [ (python3.withPackages (ps: with ps; [
python-dbusmock python-dbusmock
])) ]))