Commit a805ae9f authored by FliegendeWurst's avatar FliegendeWurst
Browse files

ksnip: fix build with latest kcolorpicker

parent 4e936216
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -31,10 +31,6 @@ stdenv.mkDerivation rec {
    })
  ];

  postPatch = ''
    substituteInPlace src/CMakeLists.txt --replace-fail "kColorPicker::kColorPicker" "kColorPicker::kColorPicker-Qt5"
  '';

  nativeBuildInputs = [
    cmake
    extra-cmake-modules