guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/25: gnu: gfeeds: Add source file-name.


From: guix-commits
Subject: 19/25: gnu: gfeeds: Add source file-name.
Date: Mon, 14 Nov 2022 08:44:45 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 2b5b3c71d89a56f5c8eb5de02c0ec0ab275132e6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 14 15:22:49 2022 +0200

    gnu: gfeeds: Add source file-name.
    
    * gnu/packages/syndication.scm (gfeeds)[source]: Add file-name field.
---
 gnu/packages/syndication.scm | 1 +
 1 file changed, 1 insertion(+)

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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]