guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: xcalc: Don't use NAME in source URI.


From: guix-commits
Subject: 02/16: gnu: xcalc: Don't use NAME in source URI.
Date: Mon, 18 Feb 2019 12:07:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e28f3cd9f0b71421b7ef895b6d5a6638943fa15b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 18 16:09:38 2019 +0100

    gnu: xcalc: Don't use NAME in source URI.
    
    * gnu/packages/xorg.scm (xcalc)[source]: Hard-code NAME.
---
 gnu/packages/xorg.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b18e846..88598b2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2087,10 +2087,8 @@ legacy X clients.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "mirror://xorg/individual/app/" name "-"
-             version
-             ".tar.gz"))
+       (uri (string-append "mirror://xorg/individual/app/"
+                           "xcalc-" version ".tar.gz"))
        (sha256
         (base32 "1xgih1iq9498m7vk22qrdsck1rb905sn395azjn4a6pmhfai401b"))))
     (build-system gnu-build-system)



reply via email to

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