From 22cb97904b4efed9f51b5699f0a25648c7e995f6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 2 Jan 2024 17:15:39 +0000 Subject: gn: genenetwork2: Fix path to installed bundled fonts. --- gn/packages/genenetwork.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn/packages') 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" -- cgit v1.2.3