diff options
author | Arun Isaac | 2024-01-02 17:15:39 +0000 |
---|---|---|
committer | Arun Isaac | 2024-01-02 17:15:39 +0000 |
commit | 22cb97904b4efed9f51b5699f0a25648c7e995f6 (patch) | |
tree | e6d7683e86d90bd1e6a8c2bac5d99ba2d29f95cc /gn | |
parent | 7a4299e73635f0b68f548105f05cfdd6ecb234bd (diff) | |
download | guix-bioinformatics-22cb97904b4efed9f51b5699f0a25648c7e995f6.tar.gz |
gn: genenetwork2: Fix path to installed bundled fonts.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index d499d8a..f6c45b4 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -317,7 +317,7 @@ ;; Set absolute store paths to installed bundled fonts. (substitute* "gn2/wqflask/marker_regression/display_mapping_results.py" (("\\./gn2/wqflask/static/fonts") - (string-append #$output "/gn2/wqflask/static/fonts"))))) + (string-append #$output "/share/fonts"))))) (add-after 'unpack 'fix-paths-scripts (lambda _ (substitute* "bin/genenetwork2" |