summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdenetwork/kdnssd.nix
blob: 2f32f4d6b2cd6b28235b244a3ffa8ac83d9a455f (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  patches = [ ./kdenetwork.patch ];
}