mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add sbcl-mcclim-fonts-clx-freetype.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-fonts-clx-freetype): New variable.
This commit is contained in:
parent
892f1ef054
commit
fab0adc752
1 changed files with 15 additions and 0 deletions
|
@ -12986,3 +12986,18 @@ specification}, a toolkit for writing GUIs in Common Lisp.")
|
||||||
(("\\(asdf:defsystem #:mcclim-harfbuzz" all)
|
(("\\(asdf:defsystem #:mcclim-harfbuzz" all)
|
||||||
(string-append "(asdf:load-system :cffi-grovel)\n" all)))
|
(string-append "(asdf:load-system :cffi-grovel)\n" all)))
|
||||||
#t)))))))
|
#t)))))))
|
||||||
|
|
||||||
|
(define-public sbcl-mcclim-fonts-clx-freetype
|
||||||
|
(package
|
||||||
|
(inherit sbcl-clim-lisp)
|
||||||
|
(name "sbcl-mcclim-fonts-clx-freetype")
|
||||||
|
(inputs
|
||||||
|
`(("cl-freetype2" ,sbcl-cl-freetype2)
|
||||||
|
("mcclim-clx" ,sbcl-mcclim-clx)
|
||||||
|
("mcclim-fontconfig" ,sbcl-mcclim-fontconfig)
|
||||||
|
("mcclim-fonts" ,sbcl-mcclim-fonts)
|
||||||
|
("mcclim-harfbuzz" ,sbcl-mcclim-harfbuzz)
|
||||||
|
("swank" ,cl-slime-swank))) ; For drei-mcclim
|
||||||
|
(arguments
|
||||||
|
'(#:asd-file "Extensions/fonts/mcclim-fonts.asd"
|
||||||
|
#:asd-system-name "mcclim-fonts/clx-freetype"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue