aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/svn-download.scm2
1 files changed, 0 insertions, 2 deletions
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 <https://bugs.gnu.org/18747>.
- ;;#:local-build? #t
#:hash-algo hash-algo
#:hash hash
#:recursive? #t