guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: procps: Explain why a mirror:// URI isn't used.


From: Taylan Ulrich B.
Subject: 04/06: gnu: procps: Explain why a mirror:// URI isn't used.
Date: Thu, 19 Mar 2015 09:00:04 +0000

taylanub pushed a commit to branch master
in repository guix.

commit 0e259d7e50901c617c95178f626feb00f40017e8
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date:   Wed Mar 18 11:31:32 2015 +0100

    gnu: procps: Explain why a mirror:// URI isn't used.
    
    * gnu/packages/linux.scm (procps): Add a comment explaining why we don't 
use a
      mirror:// URI.
---
 gnu/packages/linux.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c95c616..bd9ae0e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -437,6 +437,8 @@ providing the system administrator with some help in common 
tasks.")
     (version "3.2.8")
     (source (origin
              (method url-fetch)
+             ;; A mirror://sourceforge URI doesn't work, presumably becuase
+             ;; the SourceForge project is misconfigured.
              (uri (string-append "http://procps.sourceforge.net/procps-";
                                  version ".tar.gz"))
              (sha256



reply via email to

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