guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: vim-full: Remove expat linker workaround.


From: guix-commits
Subject: 02/03: gnu: vim-full: Remove expat linker workaround.
Date: Wed, 5 Jul 2023 02:58:05 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 63f8aab69cd615633122d70604c19c8abb410e79
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 5 09:47:58 2023 +0300

    gnu: vim-full: Remove expat linker workaround.
    
    Python has correctly linked with expat for several years now.
    
    * gnu/packages/vim.scm (vim-full)[arguments]: Remove make-flags.
---
 gnu/packages/vim.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 459ff18e5b..d58b022123 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -224,13 +224,6 @@ with the editor vim.")))
              "--disable-selinux"
              "--enable-gui")
        ,@(substitute-keyword-arguments (package-arguments vim)
-           ;; This flag fixes the following error:
-           ;; .../libpython3.7m.a(pyexpat.o): undefined reference to symbol 
'XML_FreeContentModel'
-           ;; .../libexpat.so.1: error adding symbols: DSO missing from 
command line
-           ((#:make-flags flags)
-            `(append
-              (list "LDFLAGS=-lexpat")
-              ,flags))
            ((#:phases phases)
             `(modify-phases ,phases
                (add-before 'check 'start-xserver



reply via email to

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