Loading pkgs/development/python-modules/sphinxext-opengraph/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , sphinx , matplotlib , pytestCheckHook , pythonOlder , beautifulsoup4 , setuptools-scm }: Loading @@ -11,6 +12,9 @@ buildPythonPackage rec { pname = "sphinxext-opengraph"; version = "0.8.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "wpilibsuite"; Loading Loading
pkgs/development/python-modules/sphinxext-opengraph/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , sphinx , matplotlib , pytestCheckHook , pythonOlder , beautifulsoup4 , setuptools-scm }: Loading @@ -11,6 +12,9 @@ buildPythonPackage rec { pname = "sphinxext-opengraph"; version = "0.8.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "wpilibsuite"; Loading