nixpkgs/pkgs/desktops/kde-4.7/oxygen-icons.nix
Eelco Dolstra ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00

16 lines
340 B
Nix

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