mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
10 lines
118 B
Nix
10 lines
118 B
Nix
{
|
|
mkKdeDerivation,
|
|
qttools,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kconfigwidgets";
|
|
|
|
extraBuildInputs = [ qttools ];
|
|
}
|