Skip to content

Commit

Permalink
python312Packages.doc8: fix build (#355059)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Nov 11, 2024
2 parents db23837 + c0306c0 commit 1a8ef25
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkgs/development/python-modules/doc8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
buildPythonPackage,
chardet,
docutils,
fetchpatch,
fetchPypi,
pbr,
pygments,
Expand All @@ -27,15 +26,6 @@ buildPythonPackage rec {
hash = "sha256-EiXzAUThzJfjiNuvf+PpltKJdHOlOm2uJo3d4hw1S5g=";
};

patches = [
# https://github.com/PyCQA/doc8/pull/146
(fetchpatch {
name = "remove-setuptools-scm-git-archive.patch";
url = "https://github.com/PyCQA/doc8/commit/06416e95041db92e4295b13ab596351618f6b32e.patch";
hash = "sha256-IIE3cDNOx+6RLjidGrokyazaX7MOVbMKUb7yQIM5sI0=";
})
];

nativeBuildInputs = [
setuptools-scm
wheel
Expand Down

0 comments on commit 1a8ef25

Please sign in to comment.