mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
10 lines
122 B
Nix
10 lines
122 B
Nix
{
|
|
mkKdeDerivation,
|
|
qttools,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kglobalaccel";
|
|
|
|
extraNativeBuildInputs = [ qttools ];
|
|
}
|