1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/desktops/kde-4.11/oxygen-icons.nix
Evgeny Egorochkin b25bcf853f package KDE 4.11
2013-08-21 20:41:07 +03:00

16 lines
328 B
Nix

{ kde, cmake }:
kde {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "03wzq5b9yn7x7qjl6vypsa4jh2km0vz122wyg0pfk6nfl1frgnjf";
nativeBuildInputs = [ cmake ];
meta = {
description = "KDE Oxygen theme icons";
longDescription = "Icons for KDE's default theme";
license = "GPL";
};
}