diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-05 10:20:16 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-05 10:23:24 +0100 |
commit | e67f9d7ab0c4bc957a918987a347a9ca429f3b0a (patch) | |
tree | 86fac92edae18023b8fe9417f5a40e97706ac9df | |
parent | 80fd591cc4f888fa332a50ae3806ab1390116a2c (diff) | |
download | guix-e67f9d7ab0c4bc957a918987a347a9ca429f3b0a.tar guix-e67f9d7ab0c4bc957a918987a347a9ca429f3b0a.tar.gz |
gnu: endeavour: Use git-file-name.
* gnu/packages/gnome.scm (endeavour)[source]: Use git-file-name.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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")))) |