guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: stumpwm-contrib: Add a source file-name.


From: guix-commits
Subject: 04/13: gnu: stumpwm-contrib: Add a source file-name.
Date: Tue, 23 Jun 2020 10:13:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b9e1fc2f04620ad533deba1573cab5ff9750835d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 23 15:56:50 2020 +0300

    gnu: stumpwm-contrib: Add a source file-name.
    
    * gnu/packages/wm.scm (stumpwm-contrib)[source]: Add file-name field.
---
 gnu/packages/wm.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 61cbede..a4259ce 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1671,6 +1671,7 @@ productive, customizable lisp based systems.")
          (uri (git-reference
                (url "https://github.com/stumpwm/stumpwm-contrib.git";)
                (commit commit)))
+         (file-name (git-file-name name version))
          (sha256
           (base32 "0giac390bq95ag41xkxqp8jjrhfx1wpgglz7jg5rkm0wjhcwmyml"))))
       (build-system asdf-build-system/sbcl)



reply via email to

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