guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: endeavour: Use git-file-name.


From: guix-commits
Subject: 08/08: gnu: endeavour: Use git-file-name.
Date: Sat, 5 Nov 2022 05:34:29 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit e67f9d7ab0c4bc957a918987a347a9ca429f3b0a
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Nov 5 10:20:16 2022 +0100

    gnu: endeavour: Use git-file-name.
    
    * gnu/packages/gnome.scm (endeavour)[source]: Use git-file-name.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2231138136..8d8e01677f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10410,6 +10410,7 @@ desktop.  It supports multiple calendars, month, week 
and year view.")
               (uri (git-reference
                     (url "https://gitlab.gnome.org/World/Endeavour";)
                     (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "0gbqmwl1xv5526vlh1mxx9h5mpfnnwikrpr5fk8hxmy9x71r6q6n"))))



reply via email to

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