aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-11-14 15:21:42 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-11-14 15:21:42 +0200
commita2250d17936460e7159fa2d25a585e405b50f2cc (patch)
tree3d5e4efb0909e5d2194cb5fa8f723fd4a9cee228 /gnu
parent4d9b8ef3916964136e4b9fac3b0a775d6dade113 (diff)
downloadguix-a2250d17936460e7159fa2d25a585e405b50f2cc.tar.gz
guix-a2250d17936460e7159fa2d25a585e405b50f2cc.zip
gnu: python-readability-lxml: Add source file-name.
* gnu/packages/python-xyz.scm (python-readability-lxml)[source]: Add file-name field.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e26656fa32..7e10682e69 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28350,6 +28350,7 @@ number of words, syllables, and sentences.")
(uri (git-reference
(url "https://github.com/buriy/python-readability")
(commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
"13nfy2v0pbbf62jn9qwgi489gg97hbb22q6w3f78mnvjxd2m19rh"))