gnu: nheko: Remove inputs labels.
* gnu/packages/messaging.scm (nheko)[inputs, native-inputs]: Remove labels.
This commit is contained in:
parent
9ecf2745c5
commit
98a322e02e
1 changed files with 29 additions and 32 deletions
|
@ -2388,39 +2388,36 @@ for the Matrix protocol. It is built on to of @code{Boost.Asio}.")
|
||||||
`("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)))))))))
|
`("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)))))))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
(list boost
|
||||||
("blurhash" ,blurhash)
|
blurhash
|
||||||
("cpp-httplib" ,cpp-httplib)
|
cpp-httplib
|
||||||
("cmark" ,cmark)
|
cmark
|
||||||
("coeurl" ,coeurl)
|
coeurl
|
||||||
("curl" ,curl)
|
curl
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
gst-plugins-base
|
||||||
("gst-plugins-bad" ,gst-plugins-bad) ; sdp & webrtc for voip
|
gst-plugins-bad ; sdp & webrtc for voip
|
||||||
("gst-plugins-good" ,gst-plugins-good) ; rtpmanager for voip
|
gst-plugins-good ; rtpmanager for voip
|
||||||
("json-modern-cxx" ,json-modern-cxx)
|
json-modern-cxx
|
||||||
("libevent" ,libevent)
|
libevent
|
||||||
("libnice" ,libnice) ; for voip
|
libnice ; for voip
|
||||||
("libolm" ,libolm)
|
libolm
|
||||||
("lmdb" ,lmdb)
|
lmdb
|
||||||
("lmdbxx" ,lmdbxx)
|
lmdbxx
|
||||||
("mtxclient" ,mtxclient)
|
mtxclient
|
||||||
("openssl" ,openssl)
|
openssl
|
||||||
("qtbase" ,qtbase-5)
|
qtbase-5
|
||||||
("qtdeclarative" ,qtdeclarative)
|
qtdeclarative
|
||||||
("qtkeychain" ,qtkeychain)
|
qtkeychain
|
||||||
("qtgraphicaleffects" ,qtgraphicaleffects)
|
qtgraphicaleffects
|
||||||
("qtmultimedia" ,qtmultimedia)
|
qtmultimedia
|
||||||
("qtquickcontrols2" ,qtquickcontrols2)
|
qtquickcontrols2
|
||||||
("qtsvg" ,qtsvg)
|
qtsvg
|
||||||
("spdlog" ,spdlog)
|
spdlog
|
||||||
("single-application" ,single-application-qt5)
|
single-application-qt5
|
||||||
("xcb-util-wm" ,xcb-util-wm)
|
xcb-util-wm
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
(list doxygen graphviz pkg-config qttools))
|
||||||
("graphviz" ,graphviz)
|
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("qtlinguist" ,qttools)))
|
|
||||||
(home-page "https://github.com/Nheko-Reborn/nheko")
|
(home-page "https://github.com/Nheko-Reborn/nheko")
|
||||||
(synopsis "Desktop client for Matrix using Qt and C++14")
|
(synopsis "Desktop client for Matrix using Qt and C++14")
|
||||||
(description "@code{Nheko} want to provide a native desktop app for the
|
(description "@code{Nheko} want to provide a native desktop app for the
|
||||||
|
|
Reference in a new issue