gnu: quassel: Build with modular qt.
* gnu/packages/irc.scm (quassel)[inputs]: Remove qt, add qtbase, qttools, qtscript. [arguments]: Disable webkit.
This commit is contained in:
parent
5f2074ca66
commit
0b166a7559
@ -72,14 +72,16 @@
|
|||||||
"-DUSE_QT5=ON" ; default is qt4
|
"-DUSE_QT5=ON" ; default is qt4
|
||||||
"-DWITH_KDE=OFF" ; no to integration
|
"-DWITH_KDE=OFF" ; no to integration
|
||||||
"-DWITH_OXYGEN=ON" ; on=embed icons
|
"-DWITH_OXYGEN=ON" ; on=embed icons
|
||||||
"-DWITH_WEBKIT=ON") ; wants qtwebkit, in qt5
|
"-DWITH_WEBKIT=OFF") ; qtwebkit isn't packaged
|
||||||
#:tests? #f)) ; no test target
|
#:tests? #f)) ; no test target
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
("oxygen-icons" ,oxygen-icons)
|
("oxygen-icons" ,oxygen-icons)
|
||||||
("qca" ,qca)
|
("qca" ,qca)
|
||||||
("qt", qt)
|
("qtbase", qtbase)
|
||||||
|
("qttools" ,qttools)
|
||||||
|
("qtscript" ,qtscript)
|
||||||
("snorenotify" ,snorenotify)
|
("snorenotify" ,snorenotify)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "http://quassel-irc.org/")
|
(home-page "http://quassel-irc.org/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user