summary refs log tree commit diff
path: root/pkgs/applications/office/bookworm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/bookworm/default.nix')
-rw-r--r--pkgs/applications/office/bookworm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/bookworm/default.nix b/pkgs/applications/office/bookworm/default.nix
index e6fa2884feb..ea5ae8fb0a2 100644
--- a/pkgs/applications/office/bookworm/default.nix
+++ b/pkgs/applications/office/bookworm/default.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
   # These programs are expected in PATH from the source code and scripts
   preFixup = ''
     gappsWrapperArgs+=(
-      --prefix PATH : "${stdenv.lib.makeBinPath [ unzip unar poppler_utils html2text coreutils curl gnugrep ]}"
+      --prefix PATH : "${lib.makeBinPath [ unzip unar poppler_utils html2text coreutils curl gnugrep ]}"
       --prefix PATH : $out/bin
     )
   '';