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
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

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