1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: neovim-qt: Remove spurious dependency on qtbase-5.

* gnu/packages/vim.scm (neovim-qt)[inputs]: Remove qtbase.
[arguments]<#:qtbase>: Set to qtbase.

Change-Id: I35ad6c064c1069449d55d026dabcdb0f4e2df5cc
This commit is contained in:
Andreas Enge
2026-03-19 23:53:11 +01:00
parent 9d116c4dcf
commit ef19fda1a3

View File

@@ -1781,9 +1781,10 @@ assuming you have this executable in your path.")
(base32 "0i7gr33q85mg1znf2383lqan7cbsb2kh7k9hzzb62yjmgj1yvgmg"))))
(build-system qt-build-system)
(native-inputs (list doxygen graphviz xvfb-run))
(inputs (list msgpack-c neovim python qtbase qtsvg))
(inputs (list msgpack-c neovim python qtsvg))
(arguments
(list
#:qtbase qtbase
#:configure-flags
#~(list "-DWITH_QT:STRING=Qt6" "-DUSE_SYSTEM_MSGPACK:BOOL=ON"
"-DENABLE_TESTS:BOOL=ON")