mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 4 additions and 2 deletions
|
@ -72,14 +72,16 @@ (define-public quassel
|
||||||
"-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…
Reference in a new issue