From 5276d5f62bb18c463d724447e9ad685b5cf85807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sat, 22 Jan 2022 18:52:11 +0100 Subject: [PATCH] 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. --- pkgs/applications/audio/parlatype/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/audio/parlatype/default.nix b/pkgs/applications/audio/parlatype/default.nix index 7b448cc69af7..c1bb1102bf1b 100644 --- a/pkgs/applications/audio/parlatype/default.nix +++ b/pkgs/applications/audio/parlatype/default.nix @@ -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