python3Packages.beangulp: fix build

This commit is contained in:
Sizhe Zhao
2025-10-23 11:42:56 +08:00
parent 5cd4b4a685
commit 71eb4a1232
@@ -6,6 +6,7 @@
chardet,
click,
fetchFromGitHub,
fetchpatch2,
lxml,
petl,
python-magic,
@@ -25,6 +26,13 @@ buildPythonPackage rec {
hash = "sha256-h7xLHwEyS+tOI7v6Erp12VfVnxOf4930++zghhC3in4=";
};
patches = [
(fetchpatch2 {
url = "https://github.com/beancount/beangulp/commit/254bfb38ffed049ef8f3041bfaf01b3f5a8aa771.patch?full_index=1";
hash = "sha256-ojysT23K0xmFafzTnRZiHkLS2ioDR/tVK02mfF7N9so=";
})
];
build-system = [ setuptools ];
dependencies = [