mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
ce77225e21
This is the thing you want to look at.
14 lines
147 B
Nix
14 lines
147 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtspeech,
|
|
qttools,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "ktextwidgets";
|
|
|
|
extraBuildInputs = [
|
|
qtspeech
|
|
qttools
|
|
];
|
|
}
|