depot/pkgs/kde/frameworks/kconfig/default.nix

12 lines
184 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qttools,
qtdeclarative,
}:
mkKdeDerivation {
pname = "kconfig";
extraNativeBuildInputs = [ qttools ];
extraPropagatedBuildInputs = [ qtdeclarative ];
}