guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: pantheon-wallpapers: Use a source file-name.


From: guix-commits
Subject: 08/10: gnu: pantheon-wallpapers: Use a source file-name.
Date: Sat, 8 Jul 2023 16:36:32 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c7233b2247102f7e43f17de29273e11aad245783
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Jul 8 23:24:10 2023 +0300

    gnu: pantheon-wallpapers: Use a source file-name.
    
    * gnu/packages/pantheon.scm (pantheon-wallpapers)[source]: Use a source
    file-name.
---
 gnu/packages/pantheon.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 5203bf746b..1c6795cc1d 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -172,6 +172,7 @@ download.")
               (uri (git-reference
                     (url "https://github.com/elementary/wallpapers/";)
                     (commit version)))
+              (file-name (git-file-name name version))
               (sha256 (base32
                        
"0km3h52kapbm8ymwxdxasz80qbgzkfni7981pdyf740wjp7linwb"))))
     (build-system meson-build-system)



reply via email to

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