guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: xorgproto: Don't use NAME in source URI.


From: guix-commits
Subject: 07/14: gnu: xorgproto: Don't use NAME in source URI.
Date: Thu, 26 Sep 2019 00:40:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0a4f9445fde97b7aedd83826b5ce51c6fc30c240
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 25 18:52:29 2019 +0200

    gnu: xorgproto: Don't use NAME in source URI.
    
    * gnu/packages/xorg.scm (xorgproto)[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 af8dfda..b1d93ac 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -215,7 +215,7 @@ which can be read by any architecture.")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://xorg/individual/proto/"
-                                  name "-" version ".tar.bz2"))
+                                  "xorgproto-" version ".tar.bz2"))
               (sha256
                (base32
                 "180mqkp70i44rkmj430pmn9idssvffrgv4y5h19fm698a7h8bs7y"))))



reply via email to

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