ksmoothdock: patch out -Werror

K900 48e236c7 360080de

+6
+6
pkgs/applications/misc/ksmoothdock/default.nix
··· 18 18 sha256 = "sha256-hO7xgjFMFrEhQs3oc2peFTjSVEDsl7Ma/TeVybEZMEk="; 19 19 }; 20 20 21 + # Upstream seems dead and there are new deprecation warnings in KF5.100 22 + # Remember, kids: friends don't let friends build with -Werror 23 + postPatch = '' 24 + substituteInPlace src/CMakeLists.txt --replace "-Werror" "" 25 + ''; 26 + 21 27 nativeBuildInputs = [ cmake extra-cmake-modules ]; 22 28 23 29 buildInputs = [ kactivities qtbase ];