Unverified Commit 45d08529 authored by Anthony's avatar Anthony Committed by GitHub
Browse files

python3Packages.sphinx-markdown-builder: fix build (#498321)

parents cc385a1a df49847f
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