bc0b96370f
Regenerate manifests+update oxygen-icons hash; kde-wallpapers hash remains the same. svn path=/nixpkgs/trunk/; revision=29717
16 lines
340 B
Nix
16 lines
340 B
Nix
{ kde, cmake }:
|
|
|
|
kde {
|
|
outputHashAlgo = "sha256";
|
|
outputHashMode = "recursive";
|
|
outputHash = "0c12c72bcf41cfaf03f85fc1ae27e44d8cecac3deb504ab1de4c30f4fc9e3cd0";
|
|
|
|
buildNativeInputs = [ cmake ];
|
|
|
|
meta = {
|
|
description = "KDE Oxygen theme icons";
|
|
longDescription = "Icons for KDE's default theme";
|
|
license = "GPL";
|
|
};
|
|
}
|