Merge pull request #121051 from alyssais/gupnp-igd
gupnp-igd: disable tests
This commit is contained in:
commit
5cf7af2476
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@ stdenv.mkDerivation rec {
|
|||
"-Dgtk_doc=true"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
# Seems to get stuck sometimes.
|
||||
# https://github.com/NixOS/nixpkgs/issues/119288
|
||||
#doCheck = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
|
|
Loading…
Reference in a new issue