splice.nix: improve performance with early cut-off
[NixPkgs.git] / pkgs / kde / frameworks / kconfig / default.nix
blob451ec7db5d2857529ba0f717791c0a4be3abc565
2   mkKdeDerivation,
3   qttools,
4   qtdeclarative,
5 }:
6 mkKdeDerivation {
7   pname = "kconfig";
9   extraNativeBuildInputs = [ qttools ];
10   extraPropagatedBuildInputs = [ qtdeclarative ];