mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: libreoffice: Move inputs below arguments and fix indentation.
* gnu/packages/libreoffice.scm (libreoffice) Fix indentation. [native-inputs, inputs]: Move below... [arguments]: ... this field.
This commit is contained in:
parent
59911ae294
commit
f81abf3898
1 changed files with 127 additions and 127 deletions
|
@ -1067,91 +1067,6 @@ (define-public libreoffice
|
|||
(sha256
|
||||
(base32 "14g9873x8m5yakpq7v9f7lhc5fkxh6yhjhgh0pm30cqmxsqhsglv"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list bison
|
||||
cppunit
|
||||
flex
|
||||
pkg-config
|
||||
python-wrapper
|
||||
which
|
||||
ziptime))
|
||||
(inputs
|
||||
(list bluez
|
||||
boost
|
||||
box2d
|
||||
clucene
|
||||
cups
|
||||
dbus-glib
|
||||
firebird
|
||||
fontconfig
|
||||
fontforge
|
||||
gconf
|
||||
glew
|
||||
glm
|
||||
gnupg
|
||||
gobject-introspection
|
||||
gperf
|
||||
gpgme
|
||||
graphite2
|
||||
gst-plugins-base
|
||||
gtk+
|
||||
harfbuzz
|
||||
hunspell
|
||||
hyphen
|
||||
libabw
|
||||
libcdr
|
||||
libcmis
|
||||
libcuckoo
|
||||
libjpeg-turbo
|
||||
libe-book
|
||||
libepubgen
|
||||
libetonyek
|
||||
libexttextcat
|
||||
libfreehand
|
||||
liblangtag
|
||||
;; XXX: Perhaps this should be propagated from xmlsec.
|
||||
libltdl
|
||||
libmspub
|
||||
libmwaw
|
||||
libnumbertext
|
||||
libodfgen
|
||||
libpagemaker
|
||||
libqxp
|
||||
libstaroffice
|
||||
libvisio
|
||||
libwpg
|
||||
libwps
|
||||
libxrandr
|
||||
libxrender
|
||||
libxslt
|
||||
libxt
|
||||
libzmf
|
||||
lpsolve
|
||||
`(,mariadb "dev")
|
||||
mdds
|
||||
mythes
|
||||
neon
|
||||
nspr
|
||||
nss
|
||||
openldap
|
||||
openssl
|
||||
orcus
|
||||
perl
|
||||
perl-archive-zip
|
||||
poppler
|
||||
postgresql
|
||||
python
|
||||
python-lxml
|
||||
qrcodegen-cpp
|
||||
redland
|
||||
sane-backends
|
||||
unixodbc
|
||||
unzip
|
||||
vigra
|
||||
xdg-utils
|
||||
xmlsec-nss
|
||||
zip
|
||||
zxing-cpp))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; Building the tests already fails.
|
||||
|
@ -1272,6 +1187,91 @@ (define (install-appdata app)
|
|||
"--disable-pdfium"
|
||||
"--without-doxygen"
|
||||
"--enable-build-opensymbol")))
|
||||
(native-inputs
|
||||
(list bison
|
||||
cppunit
|
||||
flex
|
||||
pkg-config
|
||||
python-wrapper
|
||||
which
|
||||
ziptime))
|
||||
(inputs
|
||||
(list bluez
|
||||
boost
|
||||
box2d
|
||||
clucene
|
||||
cups
|
||||
dbus-glib
|
||||
firebird
|
||||
fontconfig
|
||||
fontforge
|
||||
gconf
|
||||
glew
|
||||
glm
|
||||
gnupg
|
||||
gobject-introspection
|
||||
gperf
|
||||
gpgme
|
||||
graphite2
|
||||
gst-plugins-base
|
||||
gtk+
|
||||
harfbuzz
|
||||
hunspell
|
||||
hyphen
|
||||
libabw
|
||||
libcdr
|
||||
libcmis
|
||||
libcuckoo
|
||||
libjpeg-turbo
|
||||
libe-book
|
||||
libepubgen
|
||||
libetonyek
|
||||
libexttextcat
|
||||
libfreehand
|
||||
liblangtag
|
||||
;; XXX: Perhaps this should be propagated from xmlsec.
|
||||
libltdl
|
||||
libmspub
|
||||
libmwaw
|
||||
libnumbertext
|
||||
libodfgen
|
||||
libpagemaker
|
||||
libqxp
|
||||
libstaroffice
|
||||
libvisio
|
||||
libwpg
|
||||
libwps
|
||||
libxrandr
|
||||
libxrender
|
||||
libxslt
|
||||
libxt
|
||||
libzmf
|
||||
lpsolve
|
||||
`(,mariadb "dev")
|
||||
mdds
|
||||
mythes
|
||||
neon
|
||||
nspr
|
||||
nss
|
||||
openldap
|
||||
openssl
|
||||
orcus
|
||||
perl
|
||||
perl-archive-zip
|
||||
poppler
|
||||
postgresql
|
||||
python
|
||||
python-lxml
|
||||
qrcodegen-cpp
|
||||
redland
|
||||
sane-backends
|
||||
unixodbc
|
||||
unzip
|
||||
vigra
|
||||
xdg-utils
|
||||
xmlsec-nss
|
||||
zip
|
||||
zxing-cpp))
|
||||
(home-page "https://www.libreoffice.org/")
|
||||
(synopsis "Office suite")
|
||||
(description "LibreOffice is a comprehensive office suite. It contains
|
||||
|
|
Loading…
Reference in a new issue