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