kdeFramework.kdewebkit: disable new designer plugin option

This commit is contained in:
nyanloutre 2019-08-22 12:19:13 +02:00
parent 1e2ad9e6bc
commit 620331c294

View file

@ -8,4 +8,7 @@ mkDerivation {
buildInputs = [ kconfig kcoreaddons kio kparts ];
propagatedBuildInputs = [ qtwebkit ];
outputs = [ "out" "dev" ];
cmakeFlags = [
"-DBUILD_DESIGNERPLUGIN=OFF"
];
}