Skip to content

Commit

Permalink
linux-doc: fixup fetch after commit 9e68ab7
Browse files Browse the repository at this point in the history
Let's stop using src.override.  I see no advantage,
and the switch of original src from `sha256 =` to `hash =`
was causing really confusing errors.
  • Loading branch information
vcunat committed Jul 26, 2022
1 parent 8aaeccd commit 8198636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/os-specific/linux/kernel/htmldocs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ let
packageOverrides = final: prev: rec {
docutils_old = prev.docutils.overridePythonAttrs (oldAttrs: rec {
version = "0.16";
src = oldAttrs.src.override {
src = final.fetchPypi {
pname = "docutils";
inherit version;
sha256 = "sha256-wt46YOnn0Hvia38rAMoDCcIH4GwQD5zCqUkx/HWkePw=";
};
Expand Down

0 comments on commit 8198636

Please sign in to comment.