guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: gtkwave: Don't use NAME in source URI.


From: guix-commits
Subject: 01/05: gnu: gtkwave: Don't use NAME in source URI.
Date: Wed, 17 Apr 2019 00:16:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 315d7dda35b62b9b6c93cc9e655fb35125fcf45c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 17 06:12:48 2019 +0200

    gnu: gtkwave: Don't use NAME in source URI.
    
    * gnu/packages/fpga.scm (gtkwave)[source]: Hard-code NAME.
---
 gnu/packages/fpga.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 24a1219..9760a75 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -305,7 +305,7 @@ Includes the actual FTDI connector.")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://gtkwave.sourceforge.net/";
-                                  name "-" version ".tar.gz"))
+                                  "gtkwave-" version ".tar.gz"))
               (sha256
                (base32
                 "0lc4y2vizrbxldjk5yw2i4y7pyprjdjqx3iafzjfnin694zp2630"))))



reply via email to

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