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.

+1 -1
+1 -1
pkgs/applications/office/libreoffice/default.nix
··· 111 111 112 112 postUnpack = '' 113 113 mkdir -v $sourceRoot/src 114 - '' + (stdenv.lib.concatMapStrings (f: "ln -sv ${f} $sourceRoot/src/${f.outputHash}-${f.name}\nln -sv ${f} $sourceRoot/src/${f.name}\n") srcs.third_party) 114 + '' + (stdenv.lib.concatMapStrings (f: "ln -sfv ${f} $sourceRoot/src/${f.outputHash}-${f.name}\nln -sfv ${f} $sourceRoot/src/${f.name}\n") srcs.third_party) 115 115 + '' 116 116 ln -sv ${srcs.help} $sourceRoot/src/${srcs.help.name} 117 117 ln -svf ${srcs.translations} $sourceRoot/src/${srcs.translations.name}