Adding a '$out/bin/soffice' link to the libreoffice soffice binary.
svn path=/nixpkgs/trunk/; revision=33104
This commit is contained in:
@@ -84,6 +84,11 @@ stdenv.mkDerivation rec {
|
||||
make
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/bin
|
||||
ln -s $out/lib/libreoffice/program/soffice $out/bin/soffice
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--enable-verbose"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user