mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +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 = [
|
nativeCheckInputs = [
|
||||||
dbus
|
dbus
|
||||||
|
dbus-test-runner
|
||||||
(python3.withPackages (ps: with ps; [
|
(python3.withPackages (ps: with ps; [
|
||||||
python-dbusmock
|
python-dbusmock
|
||||||
]))
|
]))
|
||||||
|
Loading…
Reference in New Issue
Block a user