summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/support/oxygen-icons/default.nix
blob: ffd7fb819e8b73217a04c628bbaf3d1984156305 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{kdePackage, cmake}:

kdePackage {
  pn = "oxygen-icons";
  v = "4.5.0";

  outputHashAlgo = "sha256";
  outputHashMode = "recursive";
  outputHash = "1fil2rbvy4j47gqpn4xcjvjwxy4yq5mvpwcd5lhp8fdzgsc0jmdn";

  buildInputs = [ cmake ];
  meta = {
    description = "KDE Oxygen theme icons";
    longDescription = "Contains icons for the KDE Oxygen theme, which is the default icon theme since KDE 4.3";
    license = "GPL";
  };
}