parlatype: remove libreoffice build option
Fixes build with meson 0.60. The libreoffice extension was moved to its own repository in https://github.com/gkarsay/parlatype/commit/14386d24e50276fb91157301f3b4ab86214288ad so there's no need to disable it.
This commit is contained in:
@@ -40,8 +40,6 @@ stdenv.mkDerivation rec {
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
mesonFlags = [ "-Dlibreoffice=false" ];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x data/meson_post_install.py
|
||||
patchShebangs data/meson_post_install.py
|
||||
|
||||
Reference in New Issue
Block a user