mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +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 \
|
substituteInPlace configure.ac --replace-fail \
|
||||||
'GPGMEPP_CFLAGS=-I/usr/include/gpgme++' \
|
'GPGMEPP_CFLAGS=-I/usr/include/gpgme++' \
|
||||||
'GPGMEPP_CFLAGS=-I${gpgme.dev}/include/gpgme++'
|
'GPGMEPP_CFLAGS=-I${gpgme.dev}/include/gpgme++'
|
||||||
|
|
||||||
|
# Fix for Python 3.12
|
||||||
|
substituteInPlace configure.ac --replace-fail distutils.sysconfig sysconfig
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user