19 pname = "material-kwin-decoration";
20 version = "7-unstable-2023-01-15";
22 src = fetchFromGitHub {
24 repo = "material-decoration";
25 rev = "0e989e5b815b64ee5bca989f983da68fa5556644";
26 sha256 = "sha256-Ncn5jxkuN4ZBWihfycdQwpJ0j4sRpBGMCl6RNiH4mXg=";
29 # Remove -Werror since it uses deprecated methods
31 substituteInPlace ./CMakeLists.txt \
32 --replace "add_definitions (-Wall -Werror)" "add_definitions (-Wall)"
35 nativeBuildInputs = [ cmake extra-cmake-modules ];
50 updateScript = unstableGitUpdater {
56 description = "Material-ish window decoration theme for KWin";
57 homepage = "https://github.com/Zren/material-decoration";
58 license = licenses.gpl2;
59 maintainers = with maintainers; [ nickcao ];