Commit 6a6d2278 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.sphinxcontrib-spelling: fix build

parent 3a813e37
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
  ];