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 16:31:37 +00:00
parent 50a11f4f43
commit de5f4c6bae
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -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 {