gnu: scribus: Build with modular qt.

* gnu/packages/scribus.scm (scribus)[inputs]: Remove qt, add qtbase,
qtdeclarative, qttools.
master
Efraim Flashner 2016-06-16 14:49:11 +03:00
parent df9031e168
commit b13b9834f2
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -59,7 +60,9 @@
("libxml2" ,libxml2)
("python" ,python-2)
("freetype" ,freetype)
("qt" ,qt)
("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)
("qttools" ,qttools)
("zlib" ,zlib)))
(native-inputs
`(("util-linux" ,util-linux)