ksmoothdock: patch out -Werror
This commit is contained in:
@@ -18,6 +18,12 @@ mkDerivation rec {
|
||||
sha256 = "sha256-hO7xgjFMFrEhQs3oc2peFTjSVEDsl7Ma/TeVybEZMEk=";
|
||||
};
|
||||
|
||||
# Upstream seems dead and there are new deprecation warnings in KF5.100
|
||||
# Remember, kids: friends don't let friends build with -Werror
|
||||
postPatch = ''
|
||||
substituteInPlace src/CMakeLists.txt --replace "-Werror" ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules ];
|
||||
|
||||
buildInputs = [ kactivities qtbase ];
|
||||
|
||||
Reference in New Issue
Block a user