From 555a094326b83dc0d359c148a83d098b8eaa266b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 8 Nov 2014 14:24:16 +0100 Subject: [PATCH] fix libreoffice build --- pkgs/applications/office/libreoffice/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix index 036f21fdead3..d6b9e4598aea 100644 --- a/pkgs/applications/office/libreoffice/default.nix +++ b/pkgs/applications/office/libreoffice/default.nix @@ -115,7 +115,7 @@ stdenv.mkDerivation rec { + '' ln -sv ${srcs.help} $sourceRoot/src/${srcs.help.name} tar xf $sourceRoot/src/${srcs.help.name} -C $sourceRoot/../ - ln -sv ${srcs.translations} $sourceRoot/src/${srcs.translations.name} + ln -svf ${srcs.translations} $sourceRoot/src/${srcs.translations.name} tar xf $sourceRoot/src/${srcs.translations.name} -C $sourceRoot/../ '';