From 613467abc5bd3a7634fe37d6ab5dd86dd0d54a16 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 4 Feb 2015 00:13:04 -0500 Subject: Remove outdated comment from svn-fetch. * guix/svn-download.scm (svn-fetch): Remove outdated comment. --- guix/svn-download.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'guix/svn-download.scm') diff --git a/guix/svn-download.scm b/guix/svn-download.scm index ee67513e16..92b03d13f3 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 . - ;;#:local-build? #t #:hash-algo hash-algo #:hash hash #:recursive? #t -- cgit v1.2.3