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

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

10 lines
125 B
Nix
Raw Normal View History

{
mkKdeDerivation,
libcanberra,
}:
mkKdeDerivation {
pname = "knotifyconfig";
2024-09-20 01:54:48 -04:00
extraBuildInputs = [ libcanberra ];
}