diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-02-24 17:19:40 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-02-24 17:21:38 +0100 |
commit | ea2fa86f31a83195ac789a6d92bcaee8e53e4397 (patch) | |
tree | fd98fb43903c4ec0a96e26ca73834c5441ae390d /gnu | |
parent | 67e4596781e11cd93b1fc6708484b6468388a18a (diff) |
Revert "gnu: cl-mcclim: Enable Freetype renderer."
This reverts commit 67e4596781e11cd93b1fc6708484b6468388a18a.
This will need more work to work properly.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 2e69a01dcd..a4e0c89694 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -13988,12 +13988,7 @@ functions.") (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 |