Loading pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading