me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,6 @@ and to return information on pronunciations, meanings and synonyms.")
("graphite2" ,graphite2) ("graphite2" ,graphite2)
("gst-plugins-base" ,gst-plugins-base) ("gst-plugins-base" ,gst-plugins-base)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("gtk+-2" ,gtk+-2)
("harfbuzz" ,harfbuzz) ("harfbuzz" ,harfbuzz)
("hunspell" ,hunspell) ("hunspell" ,hunspell)
("hyphen" ,hyphen) ("hyphen" ,hyphen)
@ -1037,6 +1036,7 @@ and to return information on pronunciations, meanings and synonyms.")
"--disable-coinmp" "--disable-coinmp"
"--disable-firebird-sdbc" ; embedded firebird "--disable-firebird-sdbc" ; embedded firebird
"--disable-gltf" "--disable-gltf"
"--disable-gtk" ; disable use of GTK+ 2
"--without-doxygen"))) "--without-doxygen")))
(home-page "https://www.libreoffice.org/") (home-page "https://www.libreoffice.org/")
(synopsis "Office suite") (synopsis "Office suite")