gupnp-igd: disable tests

Only runs one test, and that test seems to get stuck sometimes.

Fixes: https://github.com/NixOS/nixpkgs/issues/119288
This commit is contained in:
Alyssa Ross
2021-04-28 22:40:48 +00:00
parent 50a11f4f43
commit de5f4c6bae
@@ -44,7 +44,9 @@ stdenv.mkDerivation rec {
"-Dgtk_doc=true" "-Dgtk_doc=true"
]; ];
doCheck = true; # Seems to get stuck sometimes.
# https://github.com/NixOS/nixpkgs/issues/119288
#doCheck = true;
passthru = { passthru = {
updateScript = gnome3.updateScript { updateScript = gnome3.updateScript {