about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/oxygen-icons.nix
blob: 6297a55df764987505309ca126115e5031422d3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ kde, cmake }:

kde {
  outputHashAlgo = "sha256";
  outputHashMode = "recursive";
  outputHash = "ca03ee0a7bbd35ee70f84d32b6f861ee8c019473f16c6ecf6309885317bcfe51";

  buildNativeInputs = [ cmake ];

  meta = {
    description = "KDE Oxygen theme icons";
    longDescription = "Icons for KDE's default theme";
    license = "GPL";
  };
}