packages: dictionaries: Add font-google-noto-sans-cjk as suckless-dictpopup input
parent
b74dd4d364
commit
282f2c7691
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue