Merge pull request #861 from danbst/patch-1

Add convenient executable name to libreoffice
This commit is contained in:
Domen Kožar 2013-08-23 08:15:12 -07:00
commit b3c89f4828

View file

@ -115,6 +115,7 @@ stdenv.mkDerivation rec {
for a in sbase scalc sdraw smath swriter spadmin simpress soffice; do
ln -s $out/lib/libreoffice/program/$a $out/bin/$a
done
ln -s $out/bin/soffice $out/bin/libreoffice
'';
configureFlags = [