1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

glib-networking: correct test attr

This commit is contained in:
worldofpeace 2019-11-07 08:11:00 -05:00
parent 9693d3922b
commit 653d84b717

View file

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