1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: pumpa: Build with qtbase.

* gnu/packages/pumpio.scm (pumpa)[inputs]: Remove qt, add qtbase.
This commit is contained in:
Efraim Flashner
2016-06-15 11:39:20 +03:00
parent e2788cef13
commit 6dc554fa2a

View File

@@ -60,7 +60,7 @@
%standard-phases)))
(inputs
`(("aspell" ,aspell)
("qt" ,qt)
("qtbase" ,qtbase)
("qjson" ,qjson)
("tidy" ,tidy)))
(synopsis "Qt-based pump.io client")