about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-09-01 20:00:48 +0200
committerDomen Kožar <domen@dev.si>2013-09-01 20:00:48 +0200
commit43f965f50eea50932b79ecb1e8199646f384d84c (patch)
treeacc74eb97a94319e3045b09db2b0249a96c5fc1e /pkgs/applications/office
parent91e98c269f4b923e0fc4b4819afbe42d617ef30d (diff)
downloadnixlib-43f965f50eea50932b79ecb1e8199646f384d84c.tar
nixlib-43f965f50eea50932b79ecb1e8199646f384d84c.tar.gz
nixlib-43f965f50eea50932b79ecb1e8199646f384d84c.tar.bz2
nixlib-43f965f50eea50932b79ecb1e8199646f384d84c.tar.lz
nixlib-43f965f50eea50932b79ecb1e8199646f384d84c.tar.xz
nixlib-43f965f50eea50932b79ecb1e8199646f384d84c.tar.zst
nixlib-43f965f50eea50932b79ecb1e8199646f384d84c.zip
libreoffice: correct python version
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/libreoffice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index fe53d5ef914d..9bda7b4f835e 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -147,7 +147,7 @@ stdenv.mkDerivation rec {
     find . -type f -print0 | xargs -0 sed -i \
       -e 's,! */bin/bash,!${bash}/bin/bash,' -e 's,\(!\|SHELL=\) */usr/bin/env bash,\1${bash}/bin/bash,' \
       -e 's,! */usr/bin/perl,!${perl}/bin/perl,' -e 's,! */usr/bin/env perl,!${perl}/bin/perl,' \
-      -e 's,! */usr/bin/python,!${python3}/bin/${python.executable},' -e 's,! */usr/bin/env python,!${python3}/bin/${python.executable},'
+      -e 's,! */usr/bin/python,!${python3}/bin/${python3.executable},' -e 's,! */usr/bin/env python,!${python3}/bin/${python3.executable},'
     #sed -i 's,ANT_OPTS+="\(.*\)",ANT_OPTS+=\1,' apache-commons/java/*/makefile.mk
   '';