Merge pull request #154096 from zhaofengli/tracker-gi-buildinput

tracker: Unconditionally add checkInputs to nativeBuildInputs
This commit is contained in:
Jan Tojnar 2022-01-25 23:05:25 +01:00 committed by GitHub
commit b2f8a5e2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,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
@ -85,7 +86,6 @@ stdenv.mkDerivation rec {
checkInputs = with python3.pkgs; [
pygobject3
tappy
];
mesonFlags = [