Files
nixpkgs/pkgs/kde/frameworks/ktextwidgets/default.nix
2025-06-19 17:10:16 +03:00

14 lines
147 B
Nix

{
mkKdeDerivation,
qtspeech,
qttools,
}:
mkKdeDerivation {
pname = "ktextwidgets";
extraBuildInputs = [
qtspeech
qttools
];
}