diff --git a/pkgs/development/python-modules/changelog-chug/default.nix b/pkgs/development/python-modules/changelog-chug/default.nix index 11301d2b4190..3a08569a8441 100644 --- a/pkgs/development/python-modules/changelog-chug/default.nix +++ b/pkgs/development/python-modules/changelog-chug/default.nix @@ -21,6 +21,10 @@ buildPythonPackage rec { repo = "changelog-chug"; rev = "release/${version}"; hash = "sha256-SPwFkmRQMpdsVmzZE4mB2J9wsfvE1K21QDkOQ2XPlow="; + # HACK: sourcehut can't generate tarballs from tags with slashes properly, + # so force using git clone. + # See: https://todo.sr.ht/~sircmpwn/git.sr.ht/323 + fetchSubmodules = true; }; build-system = [