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:
parent
50a11f4f43
commit
de5f4c6bae
@ -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 New Issue
Block a user