libreoffice: work around a build problem

Started on staging and just hidden by #7524, most likely.
Now it builds and runs for me. Only the "development build" tag is strange.

/cc #8844, maintainers @viric, @7c6f434c.
This commit is contained in:
Vladimír Čunát 2015-07-19 11:15:27 +02:00
parent 6cd9a820ad
commit d54659fe96

View File

@ -111,7 +111,7 @@ stdenv.mkDerivation rec {
postUnpack = '' postUnpack = ''
mkdir -v $sourceRoot/src mkdir -v $sourceRoot/src
'' + (stdenv.lib.concatMapStrings (f: "ln -sv ${f} $sourceRoot/src/${f.outputHash}-${f.name}\nln -sv ${f} $sourceRoot/src/${f.name}\n") srcs.third_party) '' + (stdenv.lib.concatMapStrings (f: "ln -sfv ${f} $sourceRoot/src/${f.outputHash}-${f.name}\nln -sfv ${f} $sourceRoot/src/${f.name}\n") srcs.third_party)
+ '' + ''
ln -sv ${srcs.help} $sourceRoot/src/${srcs.help.name} ln -sv ${srcs.help} $sourceRoot/src/${srcs.help.name}
ln -svf ${srcs.translations} $sourceRoot/src/${srcs.translations.name} ln -svf ${srcs.translations} $sourceRoot/src/${srcs.translations.name}