gnu: libreoffice: Remove GTK+ 2.

LibreOffice doesn't need to use both GTK+ 2 and GTK+ 3.

* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Remove gtk+-2.
[configure-flags]: Add "--disable-gtk".

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Rutger Helling 2017-11-11 09:23:51 +01:00 committed by Leo Famulari
parent a7963b495e
commit 42ca84be92
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -890,7 +890,6 @@ (define-public libreoffice
("graphite2" ,graphite2)
("gst-plugins-base" ,gst-plugins-base)
("gtk+" ,gtk+)
("gtk+-2" ,gtk+-2)
("harfbuzz" ,harfbuzz)
("hunspell" ,hunspell)
("hyphen" ,hyphen)
@ -1037,6 +1036,7 @@ (define (install-appdata app)
"--disable-coinmp"
"--disable-firebird-sdbc" ; embedded firebird
"--disable-gltf"
"--disable-gtk" ; disable use of GTK+ 2
"--without-doxygen")))
(home-page "https://www.libreoffice.org/")
(synopsis "Office suite")