nixpkgs/pkgs/kde/frameworks/kstatusnotifieritem/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
129 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qttools,
}:
mkKdeDerivation {
pname = "kstatusnotifieritem";
2024-09-19 23:54:48 -06:00
extraNativeBuildInputs = [ qttools ];
}