summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/kdesdk/okteta.nix
blob: 1b53a0e03dc404fb26a3c08dc21f6382016bc5c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ kde, kdelibs, qca2 }:

kde {
  buildInputs = [ kdelibs qca2 ];

# TODO: Look what does -DBUILD_mobile add

  meta = {
    description = "KDE byte editor";
  };
}