Remove outdated comment from svn-fetch.

* guix/svn-download.scm (svn-fetch): Remove outdated comment.
master
Mark H Weaver 2015-02-04 00:13:04 -05:00
parent be1f44bbd6
commit 613467abc5
1 changed files with 0 additions and 2 deletions

View File

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