mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
libreoffice: fix build with Python 3.12
This commit is contained in:
parent
7c1177c514
commit
90a2780029
@ -274,6 +274,9 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
substituteInPlace configure.ac --replace-fail \
|
||||
'GPGMEPP_CFLAGS=-I/usr/include/gpgme++' \
|
||||
'GPGMEPP_CFLAGS=-I${gpgme.dev}/include/gpgme++'
|
||||
|
||||
# Fix for Python 3.12
|
||||
substituteInPlace configure.ac --replace-fail distutils.sysconfig sysconfig
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user