diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-06-10 08:40:08 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-06-10 08:40:08 +0200 |
commit | 2930d797ec12018658188aaec7eab145b3ce4bd9 (patch) | |
tree | 2664d7066e72267cc66da81a423e3d2b2270db72 | |
parent | e35383a76f0a1d1ba01f4b355d8df4ac341216b3 (diff) |
Revert "gnu: sdcv: Add 'STARDICT_DATA_DIR' search path spec."
This reverts commit 7dd1a2174a8376c521dcf271e3b76f64096074fe.
It has been reported, that this patch does not work as intended.
See <https://bugs.gnu.org/45645>.
-rw-r--r-- | gnu/packages/dictionaries.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 2b1f7f0ad1..5ca9e128ff 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -438,12 +438,6 @@ 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 |