diff options
author | Greg Hogan <code@greghogan.com> | 2023-05-22 20:17:39 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-02 16:08:28 +0200 |
commit | 53c47c4f285bf79d62fcf069b53fb34209e014e5 (patch) | |
tree | ca2da1fbdb094fd5f6354a694439f0777e4100c7 /gnu/packages/documentation.scm | |
parent | c3f94451445558c4c2302213361430b96b6c6157 (diff) |
gnu: python-docrepr: Fix tests.
* gnu/packages/patches/python-docrepr-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/documentation.scm (python-docrepr)[source]<patches>: Use
it here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/documentation.scm')
-rw-r--r-- | gnu/packages/documentation.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index bbaa01e392..be64bc4f95 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -296,7 +296,8 @@ objects.") (file-name (git-file-name name version)) (sha256 (base32 - "1ma5gwy93m1djd3zdlnqfrwhgr8ic1qbsz5kkrb9f987ax40lfkd")))) + "1ma5gwy93m1djd3zdlnqfrwhgr8ic1qbsz5kkrb9f987ax40lfkd")) + (patches (search-patches "python-docrepr-fix-tests.patch")))) (build-system python-build-system) (arguments (list |