guix-commits
[Top][All Lists]
Advanced

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

20/88: gnu: xcompmgr: Don't use NAME in source tag.


From: guix-commits
Subject: 20/88: gnu: xcompmgr: Don't use NAME in source tag.
Date: Wed, 10 Apr 2019 23:44:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a35003c209f31e65887eb0553557fe9a89471895
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 11 03:22:26 2019 +0200

    gnu: xcompmgr: Don't use NAME in source tag.
    
    * gnu/packages/xorg.scm (xcompmgr)[source]: Hard-code 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 770aa94..eec17b2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5977,7 +5977,7 @@ Conventions Manual) and some of the @dfn{EWMH}
        (method git-fetch)
        (uri (git-reference
              (url "https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git";)
-             (commit (string-append name "-" version))))
+             (commit (string-append "xcompmgr-" version))))
        (sha256
         (base32
          "04swkrm3gk689wrjc418bd3n25w8r20kg1xfbn5j8d7mx1r5gf16"))



reply via email to

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