mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python3Packages.subliminal: mark as not broken
This commit is contained in:
parent
877c9acdb1
commit
4b13779f33
@ -84,10 +84,5 @@ buildPythonPackage rec {
|
|||||||
changelog = "https://github.com/Diaoul/subliminal/blob/${version}/HISTORY.rst";
|
changelog = "https://github.com/Diaoul/subliminal/blob/${version}/HISTORY.rst";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ doronbehar ];
|
maintainers = with lib.maintainers; [ doronbehar ];
|
||||||
# Too many tests fail ever since a certain python-updates merge, see:
|
|
||||||
# https://github.com/Diaoul/subliminal/issues/1062 . Disabling tests
|
|
||||||
# alltogether may produce a not completly failing executable, but that
|
|
||||||
# executable apparently isn't able to download subtitles at all.
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user