diff --git a/ajatt/packages/dictionaries.scm b/ajatt/packages/dictionaries.scm index 03f1641..39f4a9a 100644 --- a/ajatt/packages/dictionaries.scm +++ b/ajatt/packages/dictionaries.scm @@ -4,6 +4,7 @@ #:use-module (gnu packages dictionaries) #:use-module (gnu packages education) #:use-module (gnu packages fontutils) + #:use-module (gnu packages fonts) #:use-module (gnu packages gstreamer) #:use-module (gnu packages hunspell) #:use-module (gnu packages icu4c) @@ -48,9 +49,7 @@ (list #:cmake cmake #:tests? #f #:configure-flags - #~(list "-DCMAKE_BUILD_TYPE=Release" - ;; "--parallel=7" ;; max to 7 threads in order to avoid freezing the build - ) + #~(list "-DCMAKE_BUILD_TYPE=Release") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'absolutize-qt-headers @@ -144,6 +143,7 @@ to type in words without any accents or correct case.") (list freetype libxft libx11 + font-google-noto-sans-cjk libxinerama perl sdcv @@ -166,5 +166,3 @@ with the dictionary entries of the selected text. It uses Xlib for displaying the popup and sdcv for the dictionary lookup.") (home-page "https://github.com/KonstantinDjairo/suckless_dictpopup") (license license:bsd-0))) - -suckless-dictpopup