glib-networking: correct test attr

This commit is contained in:
worldofpeace 2019-11-07 08:11:00 -05:00
parent 9693d3922b
commit 653d84b717
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
}; };
tests = { tests = {
installedTests = nixosTests.glib-networking; installedTests = nixosTests.installed-tests.glib-networking;
}; };
}; };