libgdata: correct test attr

This commit is contained in:
worldofpeace 2019-11-07 08:11:16 -05:00
parent 4e75be5cd6
commit 630cb4151e

View File

@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
}; };
tests = { tests = {
installedTests = nixosTests.libgdata; installedTests = nixosTests.installed-tests.libgdata;
}; };
}; };