diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:22:49 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:22:49 +0200 |
commit | 2b5b3c71d89a56f5c8eb5de02c0ec0ab275132e6 (patch) | |
tree | f3b584249d214a1eeb7b978983fe376dc4ff53bf /gnu/packages/syndication.scm | |
parent | a2250d17936460e7159fa2d25a585e405b50f2cc (diff) | |
download | guix-2b5b3c71d89a56f5c8eb5de02c0ec0ab275132e6.tar.gz |
gnu: gfeeds: Add source file-name.
* gnu/packages/syndication.scm (gfeeds)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages/syndication.scm')
-rw-r--r-- | gnu/packages/syndication.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 95971b6e64..57f8b61502 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -543,6 +543,7 @@ parser. It is \"not fit for use at this point\", but gfeeds uses it anyway.") (uri (git-reference (url "https://gitlab.gnome.org/World/gfeeds") (commit version))) + (file-name (git-file-name name version)) (sha256 (base32 "1lkvhff7pl1y4brqsix6sar5yl8flyhfp3w96fx0klhk3586bvhg")))) |