Unverified Commit 89cf44d9 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.sphinxcontrib-spelling: fix build (#501427)

parents 3a94b960 6a6d2278
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
  fetchFromGitHub,
  sphinx,
  pyenchant,
  setuptools,
  setuptools-scm,
  hatchling,
  hatch-vcs,
  wheel,
}:

@@ -22,8 +22,8 @@ buildPythonPackage rec {
  };

  nativeBuildInputs = [
    setuptools
    setuptools-scm
    hatchling
    hatch-vcs
    wheel
  ];