aboutsummaryrefslogtreecommitdiff
path: root/genenetwork
diff options
context:
space:
mode:
Diffstat (limited to 'genenetwork')
-rw-r--r--genenetwork/development-helper.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork/development-helper.scm b/genenetwork/development-helper.scm
index 85ab1a1..87d820a 100644
--- a/genenetwork/development-helper.scm
+++ b/genenetwork/development-helper.scm
@@ -155,7 +155,7 @@ SOURCE. PROFILE is a profile with necessary dependencies."
#~(begin
(use-modules (guix build utils))
- (chdir #$source)
+ (copy-recursively #$source (getcwd))
(invoke "tissue" "web" #$output)))))
(define (tissue-index-gexp source profile)