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

main
Sandro Jäckel 3 years ago
parent e11b7e6b50
commit 699ce9505b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 5
      pkgs/applications/misc/index-fm/default.nix

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

Loading…
Cancel
Save