aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--genenetwork-development.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 3a16c60..3e8d034 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -957,11 +957,6 @@ menu link to channels.scm and the issue tracker at ISSUE-TRACKER-URI."
#~(begin
(use-modules (guix build utils))
- (define (switch-symlinks link target)
- (let ((pivot (string-append link ".new")))
- (symlink target pivot)
- (rename-file pivot link)))
-
(mkdir-p "/var/lib/laminar/custom")
(switch-symlinks "/var/lib/laminar/custom/index.html" #$template))))