Unverified Commit 20df1577 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

rstcheckWithSphinx: init flavor with sphinx

This is useful to get it cached and usable in downstream CI jobs.
parent 839d9c79
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;