From 4d2a4edf24f71716d68a6fafbe1ff172ab615ba4 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Sat, 11 Nov 2017 09:23:51 +0100 Subject: [PATCH] gnu: libreoffice: Remove GTK2. * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Remove gtk+-2. [configure-flags]: Add "--disable-gtk". --- gnu/packages/libreoffice.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 6750d840a..736947d69 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -890,7 +890,6 @@ and to return information on pronunciations, meanings and synonyms.") ("graphite2" ,graphite2) ("gst-plugins-base" ,gst-plugins-base) ("gtk+" ,gtk+) - ("gtk+-2" ,gtk+-2) ("harfbuzz" ,harfbuzz) ("hunspell" ,hunspell) ("hyphen" ,hyphen) @@ -1037,6 +1036,7 @@ and to return information on pronunciations, meanings and synonyms.") "--disable-coinmp" "--disable-firebird-sdbc" ; embedded firebird "--disable-gltf" + "--disable-gtk" "--without-doxygen"))) (home-page "https://www.libreoffice.org/") (synopsis "Office suite") -- 2.15.0