mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
material-kwin-decoration: drop Werror to fix compile with kde-frameworks 5.89
This commit is contained in:
parent
e8d85c6c8c
commit
e11b7e6b50
1 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue