ksnip: fix build with latest kcolorpicker

This commit is contained in:
FliegendeWurst 2024-03-11 11:12:44 +01:00
parent 4e93621647
commit a805ae9f3a

View file

@ -31,10 +31,6 @@ stdenv.mkDerivation rec {
})
];
postPatch = ''
substituteInPlace src/CMakeLists.txt --replace-fail "kColorPicker::kColorPicker" "kColorPicker::kColorPicker-Qt5"
'';
nativeBuildInputs = [
cmake
extra-cmake-modules