Loading pkgs/development/python-modules/sphinxcontrib-bibtex/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch2, setuptools, docutils, oset, Loading @@ -24,6 +25,14 @@ buildPythonPackage rec { hash = "sha256-sT23DkIfJcb3cFBFdL31RRzlDoJRcCUYIdpUVuYjGuo="; }; patches = [ (fetchpatch2 { name = "fix-tests-docutils-0.22.diff"; url = "https://github.com/mcmtroffaes/sphinxcontrib-bibtex/commit/20781600dad48fdfee91353c821597690bfe5f54.diff?full_index=1"; hash = "sha256-Ia/ng3yUfhLueEB/n+CW51w/UWfzRhrv/5//Mq2OJ0M="; }) ]; build-system = [ setuptools ]; dependencies = [ Loading Loading
pkgs/development/python-modules/sphinxcontrib-bibtex/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch2, setuptools, docutils, oset, Loading @@ -24,6 +25,14 @@ buildPythonPackage rec { hash = "sha256-sT23DkIfJcb3cFBFdL31RRzlDoJRcCUYIdpUVuYjGuo="; }; patches = [ (fetchpatch2 { name = "fix-tests-docutils-0.22.diff"; url = "https://github.com/mcmtroffaes/sphinxcontrib-bibtex/commit/20781600dad48fdfee91353c821597690bfe5f54.diff?full_index=1"; hash = "sha256-Ia/ng3yUfhLueEB/n+CW51w/UWfzRhrv/5//Mq2OJ0M="; }) ]; build-system = [ setuptools ]; dependencies = [ Loading