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:
parent
52efe95ac4
commit
63f8aab69c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user