Loading pkgs/development/python-modules/nbsphinx/default.nix +7 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchpatch, fetchPypi, setuptools, docutils, Loading @@ -23,6 +24,12 @@ buildPythonPackage rec { inherit pname version; hash = "sha256-q9KYpobVX6iU72l8UdRPJOU6oxLa2uOOgpIPJQpUVv4="; }; patches = [ (fetchpatch { url = "https://github.com/spatialaudio/nbsphinx/commit/a921973a5d8ecc39c6e02184572b79ab72c9978c.patch"; hash = "sha256-uxfSaOESWn8uVcUm+1ADzQgMQDEqaTs0TbfNYsS+E6I="; }) ]; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/nbsphinx/default.nix +7 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchpatch, fetchPypi, setuptools, docutils, Loading @@ -23,6 +24,12 @@ buildPythonPackage rec { inherit pname version; hash = "sha256-q9KYpobVX6iU72l8UdRPJOU6oxLa2uOOgpIPJQpUVv4="; }; patches = [ (fetchpatch { url = "https://github.com/spatialaudio/nbsphinx/commit/a921973a5d8ecc39c6e02184572b79ab72c9978c.patch"; hash = "sha256-uxfSaOESWn8uVcUm+1ADzQgMQDEqaTs0TbfNYsS+E6I="; }) ]; build-system = [ setuptools ]; Loading