unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Marek Benc <merkur32@gmail.com>
To: Guix-devel <guix-devel@gnu.org>
Subject: [PATCH] gnu: fix wv's source URI
Date: Tue, 09 Sep 2014 17:45:10 +0200	[thread overview]
Message-ID: <540F2086.2020002@gmail.com> (raw)

[-- 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


             reply	other threads:[~2014-09-09 15:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-09 15:45 Marek Benc [this message]
2014-09-10 13:36 ` [PATCH] gnu: fix wv's source URI Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=540F2086.2020002@gmail.com \
    --to=merkur32@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).