mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: snorenotify: Build with modular qt.
* gnu/packages/kde.scm (snorenotify)[inputs]: Remove qt, add qtbase, qttools.
This commit is contained in:
parent
05b9c00e59
commit
5f2074ca66
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ (define-public snorenotify
|
|||
`(#:tests? #f)) ; both tests fail, require display
|
||||
(inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("qt" ,qt)))
|
||||
("qtbase" ,qtbase)
|
||||
("qttools" ,qttools)))
|
||||
(home-page "https://techbase.kde.org/Projects/Snorenotify")
|
||||
(synopsis "Qt notification framework")
|
||||
(description "Snorenotify is a multi platform Qt notification framework.
|
||||
|
|
Loading…
Reference in a new issue