Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/development/libraries/tracker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ stdenv.mkDerivation rec {
python3 # for data-generators
systemd # used for checks to install systemd user service
dbus # used for checks and pkg-config to install dbus service/s
];
] ++ checkInputs; # gi is in the main meson.build and checked regardless of
# whether tests are enabled

buildInputs = [
glib
Expand All @@ -77,7 +78,6 @@ stdenv.mkDerivation rec {

checkInputs = with python3.pkgs; [
pygobject3
tappy
];

mesonFlags = [
Expand Down