guix-commits
[Top][All Lists]
Advanced

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

01/03: Remove outdated comment from svn-fetch.


From: Mark H. Weaver
Subject: 01/03: Remove outdated comment from svn-fetch.
Date: Wed, 04 Feb 2015 06:37:11 +0000

mhw pushed a commit to branch master
in repository guix.

commit 613467abc5bd3a7634fe37d6ab5dd86dd0d54a16
Author: Mark H Weaver <address@hidden>
Date:   Wed Feb 4 00:13:04 2015 -0500

    Remove outdated comment from svn-fetch.
    
    * guix/svn-download.scm (svn-fetch): Remove outdated comment.
---
 guix/svn-download.scm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/guix/svn-download.scm b/guix/svn-download.scm
index ee67513..92b03d1 100644
--- a/guix/svn-download.scm
+++ b/guix/svn-download.scm
@@ -67,8 +67,6 @@ HASH-ALGO (a symbol).  Use NAME as the file name, or a 
generic name if #f."
   (mlet %store-monad ((guile (package->derivation guile system)))
     (gexp->derivation (or name "svn-checkout") build
                       #:system system
-                      ;; FIXME: See <https://bugs.gnu.org/18747>.
-                      ;;#:local-build? #t
                       #:hash-algo hash-algo
                       #:hash hash
                       #:recursive? #t



reply via email to

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