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

12 lines
180 B
Nix
Raw Normal View History

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