nixpkgs/pkgs/desktops/kde-4.7/oxygen-icons.nix

16 lines
340 B
Nix
Raw Normal View History

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