Files
nixpkgs/pkgs/kde/frameworks/kxmlgui/default.nix
T
2025-06-17 00:08:42 +03:00

12 lines
140 B
Nix

{
mkKdeDerivation,
qttools,
}:
mkKdeDerivation {
pname = "kxmlgui";
hasPythonBindings = true;
extraBuildInputs = [ qttools ];
}