index-fm: fix build with kde-frameworks 5.89 by dropping Werror
This commit is contained in:
parent
e11b7e6b50
commit
699ce9505b
@ -27,6 +27,11 @@ mkDerivation rec {
|
||||
sha256 = "sha256-Os/5igKGYBeY/FxO6I+7mpFohuk3yHGLd7vE2GewFpU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace "-Werror" ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
|
Loading…
Reference in New Issue
Block a user