rstcheckWithSphinx: init flavor with sphinx

This is useful to get it cached and usable in downstream CI jobs.
This commit is contained in:
Martin Weinelt
2025-05-08 04:17:40 +02:00
parent 839d9c7974
commit 20df1577c1
+4
View File
@@ -4362,6 +4362,10 @@ with pkgs;
rstcheck = with python3Packages; toPythonApplication rstcheck;
rstcheckWithSphinx = rstcheck.overridePythonAttrs (oldAttrs: {
dependencies = oldAttrs.dependencies ++ oldAttrs.optional-dependencies.sphinx;
});
rtmpdump_gnutls = rtmpdump.override {
gnutlsSupport = true;
opensslSupport = false;