diff --git a/pkgs/applications/kde/kdepim-runtime.nix b/pkgs/applications/kde/kdepim-runtime.nix index 19aba8dcb3a..f56fd0b999e 100644 --- a/pkgs/applications/kde/kdepim-runtime.nix +++ b/pkgs/applications/kde/kdepim-runtime.nix @@ -24,4 +24,9 @@ mkDerivation { ]; # Attempts to build some files before dependencies have been generated enableParallelBuilding = false; + + # build failure, not worth fixing, rc anyway + postPatch = '' + sed -i resources/CMakeLists.txt -e '/facebook/d' + ''; }