mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
a7963b495e
commit
42ca84be92
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue