unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* fix chessx
@ 2020-05-14 10:43 Adam Kandur via
  2020-05-14 12:01 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via @ 2020-05-14 10:43 UTC (permalink / raw)
  To: Help Guix

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]


hi everyone! recently i tried to install chessx on my laptop, there were errors. then i decided to test in my channel. and, i fixed link for downloading chessx. hope will be usefull.

[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 557 bytes --]

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 63977f9..34eacb3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10313,7 +10313,7 @@ and chess engines.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://sourceforge/chessx/chessx/"
+       (uri (string-append "https://downloads.sourceforge.net/project/chessx/chessx/"
                            version "/chessx-" version ".tgz"))
        (sha256
         (base32 "09rqyra28w3z9ldw8sx07k5ap3sjlli848p737maj7c240rasc6i"))))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: fix chessx
  2020-05-14 10:43 fix chessx Adam Kandur via
@ 2020-05-14 12:01 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-05-14 12:01 UTC (permalink / raw)
  To: Adam Kandur via

Hello,

Adam Kandur via <help-guix@gnu.org> writes:

> hi everyone! recently i tried to install chessx on my laptop, there
> were errors. then i decided to test in my channel. and, i fixed link
> for downloading chessx. hope will be usefull.

FWIW, I have no problem building chessx in its current form. In
particular, I don't get any error downloading the source tarball.
>
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 63977f9..34eacb3 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -10313,7 +10313,7 @@ and chess engines.")
>      (source
>       (origin
>         (method url-fetch)
> -       (uri (string-append "mirror://sourceforge/chessx/chessx/"
> +       (uri (string-append "https://downloads.sourceforge.net/project/chessx/chessx/"

The mirror should be more general than your specific URL. Maybe it was
a transient error.

Regards,

-- 
Nicolas Goaziou


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-14 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 10:43 fix chessx Adam Kandur via
2020-05-14 12:01 ` Nicolas Goaziou

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).