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
|
||||
"-DWITH_KDE=OFF" ; no to integration
|
||||
"-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
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("oxygen-icons" ,oxygen-icons)
|
||||
("qca" ,qca)
|
||||
("qt", qt)
|
||||
("qtbase", qtbase)
|
||||
("qttools" ,qttools)
|
||||
("qtscript" ,qtscript)
|
||||
("snorenotify" ,snorenotify)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "http://quassel-irc.org/")
|
||||
|
Loading…
Reference in New Issue
Block a user