about summary refs log tree commit diff
path: root/pkgs/applications/kde-apps-15.08/oxygen-icons.nix
blob: 4f9a92dffdd12078b97965cb96c3c1a9cb48960d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kdeApp
, lib
, cmake
}:

kdeApp {
  name = "oxygen-icons";
  nativeBuildInputs = [ cmake ];
  meta = {
    license = lib.licenses.lgpl3Plus;
    maintainers = [ lib.maintainers.ttuegel ];
  };
}