GNU bug report logs - #45585
(no subject)

Previous Next

Package: guix-patches;

Reported by: luhux <luhux <at> outlook.com>

Date: Fri, 1 Jan 2021 01:14:01 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: luhux <luhux <at> outlook.com>
To: 45585 <at> debbugs.gnu.org
Subject: [bug#45585] (no subject)
Date: Fri, 01 Jan 2021 08:57:50 +0800
[0001-gnu-sdcv-Add-STARDICT_DATA_DIR-search-path-spec.patch (text/x-patch, attachment)]
From 9cc60a408aa92c9b52c36e9555f2628c09a68d1b Mon Sep 17 00:00:00 2001
From: luhux <luhux <at> outlook.com>
Date: Thu, 31 Dec 2020 11:42:41 +0800
Subject: [PATCH] gnu: sdcv: Add 'STARDICT_DATA_DIR' search path spec.

* gnu/packages/dictionaries.scm (sdcv)[native-search-paths]: New field.
---
 gnu/packages/dictionaries.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 6387132016..b49e287313 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -438,6 +438,12 @@ intelligible and easily correctable.")
        ("ncurses" ,ncurses)
        ("readline" ,readline)
        ("zlib" ,zlib)))
+    ;; If you use Guix to package and install dictionary data,
+    ;; you need this variable to load them.
+    (native-search-paths
+     (list (search-path-specification
+            (variable "STARDICT_DATA_DIR")
+            (files '("share/stardict/dic")))))
     (home-page "https://dushistov.github.io/sdcv/")
     (synopsis "Console version of StarDict")
     (description "sdcv is simple text-based utility for work with dictionaries
-- 
2.29.2





This bug report was last modified 4 years and 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.