libreoffice: fix eval
This commit is contained in:
parent
18ce7edd20
commit
0f06117349
@ -162,8 +162,6 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-lang=${langsSpaces}"
|
"--with-lang=${langsSpaces}"
|
||||||
"--with-vender=NixOS"
|
"--with-vender=NixOS"
|
||||||
"--with-parallelism=1"
|
|
||||||
"--enable-verbose="
|
|
||||||
|
|
||||||
# Without these, configure does not finish
|
# Without these, configure does not finish
|
||||||
"--without-junit"
|
"--without-junit"
|
||||||
@ -218,8 +216,8 @@ stdenv.mkDerivation rec {
|
|||||||
libmspack librdf_redland librsvg libsndfile libvisio libwpd libwpg libX11
|
libmspack librdf_redland librsvg libsndfile libvisio libwpd libwpg libX11
|
||||||
libXaw libXext libXi libXinerama libxml2 libxslt libXtst mdds mesa mythes
|
libXaw libXext libXi libXinerama libxml2 libxslt libXtst mdds mesa mythes
|
||||||
neon nspr nss openldap openssl ORBit2 pam perl pkgconfigUpstream poppler
|
neon nspr nss openldap openssl ORBit2 pam perl pkgconfigUpstream poppler
|
||||||
python3 sablotron saneBackends tcsh unzip vigra which zip zlib libmspub
|
python3 sablotron saneBackends tcsh unzip vigra which zip zlib
|
||||||
mdds liborcus bluez5 liblangtag glibc
|
mdds bluez5 glibc
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user