guix-commits
[Top][All Lists]
Advanced

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

22/88: gnu: xcompmgr: Use GIT-FILE-NAME.


From: guix-commits
Subject: 22/88: gnu: xcompmgr: Use GIT-FILE-NAME.
Date: Wed, 10 Apr 2019 23:44:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d514bb13468d1272db424d3c8cc9145226c65e10
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 11 03:29:45 2019 +0200

    gnu: xcompmgr: Use GIT-FILE-NAME.
    
    * gnu/packages/xorg.scm (xcompmgr)[source]: Use GIT-FILE-NAME.
---
 gnu/packages/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 807f4b2..af86c6d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5980,7 +5980,7 @@ Conventions Manual) and some of the @dfn{EWMH}
              (commit (string-append "xcompmgr-" version))))
        (sha256
         (base32 "11i7vyk3pynw8q8aczpy56qncm84y0cmhlvyja3sj8dgy60g03q2"))
-       (file-name (string-append name "-" version))))
+       (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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