From a2889848434e42e3a48dac11e7576895a277341d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 14 Mar 2012 18:51:59 +0000 Subject: [PATCH] Fixing another script shebang in libreoffice. And the lang configure parameter. svn path=/nixpkgs/trunk/; revision=33074 --- pkgs/applications/office/openoffice/libreoffice.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/office/openoffice/libreoffice.nix b/pkgs/applications/office/openoffice/libreoffice.nix index 18048be3aba..3f15488431b 100644 --- a/pkgs/applications/office/openoffice/libreoffice.nix +++ b/pkgs/applications/office/openoffice/libreoffice.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { # I think libreoffice expects by default the translations in ./translations mv libreoffice-translations-3.5.0.3/translations . - sed -i 's,/bin/bash,${bash}/bin/bash,' sysui/desktop/share/makefile.mk + sed -i 's,/bin/bash,${bash}/bin/bash,' sysui/desktop/share/makefile.mk solenv/bin/localize sed -i 's,/usr/bin/env bash,${bash}/bin/bash,' bin/unpack-sources \ solenv/bin/install-gdb-printers solenv/bin/striplanguagetags.sh @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { # Needed to find genccode PATH=$PATH:${icu}/sbin - export configureFlagsArray=("--with-lang=${langsSpaces}") + configureFlagsArray=("--with-lang=${langsSpaces}") ''; buildPhase = ''