all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.