gnu: snorenotify: Update inputs.

* gnu/packages/kde.scm (snorenotify)[inputs]: Move extra-cmake-modules,
qttools ...
[native-inputs]: ... to here.
This commit is contained in:
Efraim Flashner 2019-11-27 22:15:27 +02:00
parent 3e68e7d2b6
commit 3c526173dd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -517,8 +517,9 @@ (define-public snorenotify
(arguments
`(#:tests? #f)) ; both tests fail, require display
(inputs
`(("qtbase" ,qtbase)))
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
("qtbase" ,qtbase)
("qttools" ,qttools)))
(home-page "https://techbase.kde.org/Projects/Snorenotify")
(synopsis "Qt notification framework")