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
@ -1067,91 +1067,6 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32 "14g9873x8m5yakpq7v9f7lhc5fkxh6yhjhgh0pm30cqmxsqhsglv"))))
|
(base32 "14g9873x8m5yakpq7v9f7lhc5fkxh6yhjhgh0pm30cqmxsqhsglv"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(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
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #f ; Building the tests already fails.
|
#:tests? #f ; Building the tests already fails.
|
||||||
@ -1272,6 +1187,91 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
|
|||||||
"--disable-pdfium"
|
"--disable-pdfium"
|
||||||
"--without-doxygen"
|
"--without-doxygen"
|
||||||
"--enable-build-opensymbol")))
|
"--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/")
|
(home-page "https://www.libreoffice.org/")
|
||||||
(synopsis "Office suite")
|
(synopsis "Office suite")
|
||||||
(description "LibreOffice is a comprehensive office suite. It contains
|
(description "LibreOffice is a comprehensive office suite. It contains
|
||||||
|
Loading…
x
Reference in New Issue
Block a user