libreoffice: fix build after mesa update
This is because it uses vanilla pkgconfig, so it needs Reqires.private deps from mesa during configuration.
This commit is contained in:
parent
0293dc9fbd
commit
d4e1bd4aa6
|
@ -257,6 +257,7 @@ stdenv.mkDerivation rec {
|
||||||
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
|
python3 sablotron saneBackends tcsh unzip vigra which zip zlib
|
||||||
mdds bluez5 glibc libmspub libixion liborcus liblangtag
|
mdds bluez5 glibc libmspub libixion liborcus liblangtag
|
||||||
|
libxshmfence
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in New Issue