guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: cl-mcclim: Enable Freetype renderer.


From: guix-commits
Subject: branch master updated: Revert "gnu: cl-mcclim: Enable Freetype renderer."
Date: Fri, 24 Feb 2023 11:23:58 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ea2fa86f31 Revert "gnu: cl-mcclim: Enable Freetype renderer."
ea2fa86f31 is described below

commit ea2fa86f31a83195ac789a6d92bcaee8e53e4397
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Feb 24 17:19:40 2023 +0100

    Revert "gnu: cl-mcclim: Enable Freetype renderer."
    
    This reverts commit 67e4596781e11cd93b1fc6708484b6468388a18a.
    This will need more work to work properly.
---
 gnu/packages/lisp-xyz.scm | 7 +------
 1 file changed, 1 insertion(+), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]