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
1 changed files with 0 additions and 7 deletions
|
@ -224,13 +224,6 @@ with the editor vim.")))
|
||||||
"--disable-selinux"
|
"--disable-selinux"
|
||||||
"--enable-gui")
|
"--enable-gui")
|
||||||
,@(substitute-keyword-arguments (package-arguments vim)
|
,@(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)
|
((#:phases phases)
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
(add-before 'check 'start-xserver
|
(add-before 'check 'start-xserver
|
||||||
|
|
Reference in a new issue