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
parent
a7963b495e
commit
42ca84be92
|
@ -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")
|
||||||
|
|
Reference in New Issue