From 282f2c7691e5eb4e8278437069ea5caf0f25b71e Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 19 Feb 2024 00:33:55 -0300 Subject: [PATCH] packages: dictionaries: Add font-google-noto-sans-cjk as suckless-dictpopup input --- ajatt/packages/dictionaries.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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