diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix index 2130a31f6e59..5ffc54eedcc4 100644 --- a/pkgs/applications/office/libreoffice/default.nix +++ b/pkgs/applications/office/libreoffice/default.nix @@ -6,7 +6,7 @@ fetchpatch2, lib, pam, - python311, + python3, libxslt, perl, perlPackages, @@ -360,7 +360,7 @@ stdenv.mkDerivation (finalAttrs: { perlPackages.ArchiveZip perlPackages.IOCompress pkg-config - python311 + python3 unzip zip ] @@ -457,7 +457,7 @@ stdenv.mkDerivation (finalAttrs: { pam poppler libpq - python311 + python3 sane-backends unixODBC util-linux @@ -663,7 +663,7 @@ stdenv.mkDerivation (finalAttrs: { passthru = { inherit srcs; jdk = if withJava then jre' else null; - python = python311; # for unoconv + python = python3; # for unoconv updateScript = [ ./update.sh # Pass it this file name as argument