diff options
author | Munyoki Kilyungi | 2024-05-09 18:34:00 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-05-09 18:34:00 +0300 |
commit | 7f9908d03acd6d2c44733188122313036dc63b64 (patch) | |
tree | d2af1896feae7a7ff53585b12c77f2285c185613 /gn | |
parent | 931c99dd43bd155013606cac563d203026d8d443 (diff) | |
download | guix-bioinformatics-7f9908d03acd6d2c44733188122313036dc63b64.tar.gz |
Fix path to error GIFs.
Co-authored-by: Alexander <alexanderkabua@gmail.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index ac9072a..eab8a07 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -321,6 +321,10 @@ (substitute* "gn2/wqflask/views.py" (("\\./gn2/wqflask/static/gif/error") (string-append (site-packages inputs outputs) + "/gn2/wqflask/static/gif/error"))) + (substitute* "gn2/wqflask/app_errors.py" + (("\\./gn2/wqflask/static/gif/error") + (string-append (site-packages inputs outputs) "/gn2/wqflask/static/gif/error"))))) (add-after 'unpack 'fix-paths-scripts (lambda _ |