1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

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.
This commit is contained in:
Efraim Flashner
2023-07-05 09:47:58 +03:00
parent 52efe95ac4
commit 63f8aab69c

View File

@@ -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