readd runewidth as it will have widths
This commit is contained in:
parent
ce19c560d8
commit
8ea25ea23d
2 changed files with 5 additions and 5 deletions
10
hall.scm
10
hall.scm
|
@ -19,16 +19,16 @@
|
||||||
(native-language-support #f)
|
(native-language-support #f)
|
||||||
(licensing #f)))
|
(licensing #f)))
|
||||||
(files (libraries
|
(files (libraries
|
||||||
((directory
|
((scheme-file "runewidth")
|
||||||
|
(directory
|
||||||
"runewidth"
|
"runewidth"
|
||||||
((scheme-file "emoji")
|
((scheme-file "emoji")
|
||||||
(directory "eastasian"
|
(directory "eastasian" ((scheme-file "locale")))
|
||||||
((scheme-file "locale")))
|
|
||||||
(scheme-file "eastasian")
|
(scheme-file "eastasian")
|
||||||
(scheme-file "internal")))))
|
(scheme-file "internal")))))
|
||||||
(tests ((directory
|
(tests ((directory
|
||||||
"tests"
|
"tests"
|
||||||
((scheme-file "test-eastasian-locale")))))
|
((scheme-file "test-eastasian-locale")))))
|
||||||
(programs
|
(programs
|
||||||
((directory
|
((directory
|
||||||
"scripts"
|
"scripts"
|
||||||
|
|
0
runewidth.scm
Normal file
0
runewidth.scm
Normal file
Loading…
Reference in a new issue