mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-13 19:00:15 +00:00
10 lines
118 B
Nix
10 lines
118 B
Nix
{
|
|
mkKdeDerivation,
|
|
qttools,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kconfigwidgets";
|
|
|
|
extraBuildInputs = [ qttools ];
|
|
}
|