From e67f9d7ab0c4bc957a918987a347a9ca429f3b0a Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 5 Nov 2022 10:20:16 +0100 Subject: [PATCH] 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"))))