packages: dictionaries: Add font-google-noto-sans-cjk as suckless-dictpopup input
This commit is contained in:
parent
b74dd4d364
commit
282f2c7691
|
@ -4,6 +4,7 @@
|
||||||
#:use-module (gnu packages dictionaries)
|
#:use-module (gnu packages dictionaries)
|
||||||
#:use-module (gnu packages education)
|
#:use-module (gnu packages education)
|
||||||
#:use-module (gnu packages fontutils)
|
#:use-module (gnu packages fontutils)
|
||||||
|
#:use-module (gnu packages fonts)
|
||||||
#:use-module (gnu packages gstreamer)
|
#:use-module (gnu packages gstreamer)
|
||||||
#:use-module (gnu packages hunspell)
|
#:use-module (gnu packages hunspell)
|
||||||
#:use-module (gnu packages icu4c)
|
#:use-module (gnu packages icu4c)
|
||||||
|
@ -48,9 +49,7 @@
|
||||||
(list #:cmake cmake
|
(list #:cmake cmake
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DCMAKE_BUILD_TYPE=Release"
|
#~(list "-DCMAKE_BUILD_TYPE=Release")
|
||||||
;; "--parallel=7" ;; max to 7 threads in order to avoid freezing the build
|
|
||||||
)
|
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'absolutize-qt-headers
|
(add-after 'unpack 'absolutize-qt-headers
|
||||||
|
@ -144,6 +143,7 @@ to type in words without any accents or correct case.")
|
||||||
(list freetype
|
(list freetype
|
||||||
libxft
|
libxft
|
||||||
libx11
|
libx11
|
||||||
|
font-google-noto-sans-cjk
|
||||||
libxinerama
|
libxinerama
|
||||||
perl
|
perl
|
||||||
sdcv
|
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.")
|
the popup and sdcv for the dictionary lookup.")
|
||||||
(home-page "https://github.com/KonstantinDjairo/suckless_dictpopup")
|
(home-page "https://github.com/KonstantinDjairo/suckless_dictpopup")
|
||||||
(license license:bsd-0)))
|
(license license:bsd-0)))
|
||||||
|
|
||||||
suckless-dictpopup
|
|
||||||
|
|
Loading…
Reference in a new issue