kdeFramework.kdewebkit: disable new designer plugin option
This commit is contained in:
parent
1e2ad9e6bc
commit
620331c294
@ -8,4 +8,7 @@ mkDerivation {
|
||||
buildInputs = [ kconfig kcoreaddons kio kparts ];
|
||||
propagatedBuildInputs = [ qtwebkit ];
|
||||
outputs = [ "out" "dev" ];
|
||||
cmakeFlags = [
|
||||
"-DBUILD_DESIGNERPLUGIN=OFF"
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user