diff options
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 5bd4c71..4ceac43 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -362,8 +362,8 @@ (add-before 'build 'update-paths (lambda _ (substitute* "gn3/api/rqtl.py" - (("scripts/rqtl_wrapper.R)") - (string-append #$output "/scripts/rqtl_wrapper.R"))))) + (("scripts/") + (string-append #$output "/scripts/"))))) (add-before 'install 'install-scripts (lambda _ (begin |