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

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "PPP(Dial-Up) client tool";
  };
}