mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: libreoffice: Enable LibreOffice Base.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable the Firebird SDBC. [inputs]: Add firebird.
This commit is contained in:
parent
3f8158d6f0
commit
9fbe695df5
1 changed files with 4 additions and 1 deletions
|
@ -1109,6 +1109,7 @@ (define-public libreoffice
|
|||
("clucene" ,clucene)
|
||||
("cups" ,cups)
|
||||
("dbus-glib" ,dbus-glib)
|
||||
("firebird" ,firebird)
|
||||
("fontconfig" ,fontconfig)
|
||||
("fontforge" ,fontforge)
|
||||
("gconf" ,gconf)
|
||||
|
@ -1285,7 +1286,9 @@ (define (install-appdata app)
|
|||
"--without-java"
|
||||
;; FIXME: Enable once the corresponding inputs are packaged.
|
||||
"--disable-coinmp"
|
||||
"--disable-firebird-sdbc" ; embedded firebird
|
||||
;; This could (Debian does this) be a separate output containing only
|
||||
;; program/libfirebird_sdbclo.so, if there's a way to point to it.
|
||||
"--enable-firebird-sdbc"
|
||||
;; XXX: PDFium support requires fetching an external tarball and
|
||||
;; patching the build scripts to work with GCC5. Try enabling this
|
||||
;; when our default compiler is >=GCC 6.
|
||||
|
|
Loading…
Reference in a new issue