mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
Revert "gnu: cl-mcclim: Enable Freetype renderer."
This reverts commit 67e4596781
.
This will need more work to work properly.
This commit is contained in:
parent
67e4596781
commit
ea2fa86f31
1 changed files with 1 additions and 6 deletions
|
@ -13988,12 +13988,7 @@ (define-public sbcl-mcclim
|
|||
(search-input-file inputs "/lib/libfontconfig.so")))
|
||||
(substitute* "Extensions/harfbuzz/src/functions.lisp"
|
||||
(("libharfbuzz\\.so")
|
||||
(search-input-file inputs "/lib/libharfbuzz.so")))))
|
||||
(add-after 'unpack 'enable-freetype-renderer
|
||||
(lambda _
|
||||
(substitute* "mcclim.asd"
|
||||
(("\\(:feature :mcclim-ffi-freetype \"mcclim-clx/freetype\"\\)")
|
||||
"\"mcclim-clx/freetype\"")))))))
|
||||
(search-input-file inputs "/lib/libharfbuzz.so"))))))))
|
||||
(home-page "https://common-lisp.net/project/mcclim/")
|
||||
(synopsis "Common Lisp GUI toolkit")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue