mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ayatana-indicator-datetime: fix strict deps
dbus-test-runner is executed and thus required in nativeCheckInputs
This commit is contained in:
parent
afd2f214b0
commit
a802048d43
@ -85,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeCheckInputs = [
|
||||
dbus
|
||||
dbus-test-runner
|
||||
(python3.withPackages (ps: with ps; [
|
||||
python-dbusmock
|
||||
]))
|
||||
|
Loading…
Reference in New Issue
Block a user