* [PATCH] gnu: fix wv's source URI
@ 2014-09-09 15:45 Marek Benc
2014-09-10 13:36 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Marek Benc @ 2014-09-09 15:45 UTC (permalink / raw)
To: Guix-devel
[-- Attachment #1: Type: text/plain, Size: 81 bytes --]
By changing the package name, the source URI of wv broke. Here is a fix
for it.
[-- Attachment #2: 0001-gnu-fix-wv-s-source-URI.patch --]
[-- Type: text/x-diff, Size: 1042 bytes --]
From 26989028af79b9b43ee5fa304927b76ec6e54be9 Mon Sep 17 00:00:00 2001
From: Marek Benc <merkur32@gmail.com>
Date: Tue, 9 Sep 2014 17:40:52 +0200
Subject: [PATCH] gnu: fix wv's source URI
* gnu/packages/wv.scm (wv): Fix the source uri and use mirror://sourceforge/
---
gnu/packages/wv.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/wv.scm b/gnu/packages/wv.scm
index 31afd86..7800937 100644
--- a/gnu/packages/wv.scm
+++ b/gnu/packages/wv.scm
@@ -35,11 +35,8 @@
(source
(origin
(method url-fetch)
- (uri
- (string-append
- "http://sourceforge.net/projects/" name "/files/wv/" version
- "/wv-" version ".tar.gz/download"))
- (file-name (string-append "wv-" version ".tar.gz"))
+ (uri (string-append "mirror://sourceforge/wvware/" name "/" version
+ "/" name "-" version ".tar.gz"))
(sha256
(base32 "1mn2ax6qjy3pvixlnvbkn6ymy6y4l2wxrr4brjaczm121s8hjcb7"))))
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-10 13:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09 15:45 [PATCH] gnu: fix wv's source URI Marek Benc
2014-09-10 13:36 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).