material-kwin-decoration: drop Werror to fix compile with kde-frameworks 5.89

main
Sandro Jäckel 3 years ago
parent e8d85c6c8c
commit e11b7e6b50
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 7
      pkgs/data/themes/material-kwin-decoration/default.nix

@ -16,7 +16,7 @@
mkDerivation rec {
pname = "material-kwin-decoration";
version = "unstable-20211028";
version = "unstable-2021-10-28";
src = fetchFromGitHub {
owner = "Zren";
@ -25,6 +25,11 @@ mkDerivation rec {
sha256 = "sha256-aYlnPFhf+ISVe5Ycryu5BSXY8Lb5OoueMqnWQZiv6Lc=";
};
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace "-Werror" ""
'';
nativeBuildInputs = [ cmake extra-cmake-modules ];
buildInputs = [

Loading…
Cancel
Save