summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-11-09 15:18:01 +0300
committerMichael Raskin <7c6f434c@mail.ru>2014-11-09 15:18:12 +0300
commit45387d71432c8fb4122f83fd9c40cf00f0408fd6 (patch)
treea1a44a5633811079bf5aa2cd86958f4352901a7f /pkgs/applications
parentce4f49cec191f6b960f8ecc6a83abf69fe2b7c70 (diff)
downloadnixpkgs-45387d71432c8fb4122f83fd9c40cf00f0408fd6.tar
nixpkgs-45387d71432c8fb4122f83fd9c40cf00f0408fd6.tar.gz
nixpkgs-45387d71432c8fb4122f83fd9c40cf00f0408fd6.tar.bz2
nixpkgs-45387d71432c8fb4122f83fd9c40cf00f0408fd6.tar.lz
nixpkgs-45387d71432c8fb4122f83fd9c40cf00f0408fd6.tar.xz
nixpkgs-45387d71432c8fb4122f83fd9c40cf00f0408fd6.tar.zst
nixpkgs-45387d71432c8fb4122f83fd9c40cf00f0408fd6.zip
Apparently there is no need to unpack the tarballs on our own as LibreOffice would prefer to unpack them on its own and sometimes fails if we do unpack them
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/office/libreoffice/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index d6b9e4598ae..ceb1a9eab86 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -114,9 +114,7 @@ stdenv.mkDerivation rec {
   '' + (stdenv.lib.concatMapStrings (f: "ln -sv ${f} $sourceRoot/src/${f.outputHash}-${f.name}\nln -sv ${f} $sourceRoot/src/${f.name}\n") srcs.third_party)
   + ''
     ln -sv ${srcs.help} $sourceRoot/src/${srcs.help.name}
-    tar xf $sourceRoot/src/${srcs.help.name} -C $sourceRoot/../
     ln -svf ${srcs.translations} $sourceRoot/src/${srcs.translations.name}
-    tar xf $sourceRoot/src/${srcs.translations.name} -C $sourceRoot/../
   '';
 
   patchPhase = ''