python313Packages.readabilipy: fix build

This commit is contained in:
natsukium
2025-09-28 20:18:56 +09:00
parent 421949ecc5
commit 5e97d27d36
2 changed files with 121 additions and 0 deletions
@@ -29,6 +29,12 @@ buildPythonPackage rec {
hash = "sha256-FYdSbq3rm6fBHm5fDRAB0airX9fNcUGs1wHN4i6mnG0=";
};
patches = [
# Fix test failures with Python 3.13.6
# https://github.com/alan-turing-institute/ReadabiliPy/pull/116
./python3.13.6-compatibility.patch
];
javascript = buildNpmPackage {
pname = "readabilipy-javascript";
inherit version;
File diff suppressed because one or more lines are too long