Commit df49847f authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

python3Packages.sphinx-markdown-builder: fix build

The patch linked to liran-funaro/sphinx-markdown-builder#32
was added to fix the tests.

Patch is now included in the upstream 0.6.9 release, and can be removed.

Introduced with commit f2c2da87 (#482364)
parent 0a9288c4
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  buildPythonPackage,
  fetchFromGitHub,
  nix-update-script,
  fetchpatch2,

  # build system
  setuptools,
@@ -43,15 +42,6 @@ buildPythonPackage rec {
    hash = "sha256-DTc+yVFOGLXFyrgkwfgY3X60chyU3UDs0GwuPCzff28=";
  };

  patches = [
    # FIX: tests (remove with the next release)
    # https://github.com/liran-funaro/sphinx-markdown-builder/issues/32
    (fetchpatch2 {
      url = "https://github.com/liran-funaro/sphinx-markdown-builder/commit/967edca036a73f7644251abd52a5da8451a10dd4.patch";
      hash = "sha256-FGMYzd5k3Q0UvOccCvUSW3y6gor+AUncj2qv38xyOp4=";
    })
  ];

  build-system = [
    setuptools
    wheel