index-fm: fix build with kde-frameworks 5.89 by dropping Werror

This commit is contained in:
Sandro Jäckel 2021-12-19 05:06:29 +01:00
parent e11b7e6b50
commit 699ce9505b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -27,6 +27,11 @@ mkDerivation rec {
sha256 = "sha256-Os/5igKGYBeY/FxO6I+7mpFohuk3yHGLd7vE2GewFpU=";
};
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace "-Werror" ""
'';
nativeBuildInputs = [
cmake
extra-cmake-modules