gnu: scribus: Build with modular qt.
* gnu/packages/scribus.scm (scribus)[inputs]: Remove qt, add qtbase, qtdeclarative, qttools.
This commit is contained in:
parent
df9031e168
commit
b13b9834f2
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -59,7 +60,9 @@
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("python" ,python-2)
|
("python" ,python-2)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("qt" ,qt)
|
("qtbase" ,qtbase)
|
||||||
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
("qttools" ,qttools)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("util-linux" ,util-linux)
|
`(("util-linux" ,util-linux)
|
||||||
|
|
Loading…
Reference in New Issue