Merge pull request #861 from danbst/patch-1
Add convenient executable name to libreoffice
This commit is contained in:
commit
b3c89f4828
@ -115,6 +115,7 @@ stdenv.mkDerivation rec {
|
|||||||
for a in sbase scalc sdraw smath swriter spadmin simpress soffice; do
|
for a in sbase scalc sdraw smath swriter spadmin simpress soffice; do
|
||||||
ln -s $out/lib/libreoffice/program/$a $out/bin/$a
|
ln -s $out/lib/libreoffice/program/$a $out/bin/$a
|
||||||
done
|
done
|
||||||
|
ln -s $out/bin/soffice $out/bin/libreoffice
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user