c65ada160e
* Switch to .tar.xz. * Update fixed-output derivations hashes. * Add kde-base-artwork (ksplashx themes) svn path=/nixpkgs/trunk/; revision=32874
16 lines
340 B
Nix
16 lines
340 B
Nix
{ kde, cmake }:
|
|
|
|
kde {
|
|
outputHashAlgo = "sha256";
|
|
outputHashMode = "recursive";
|
|
outputHash = "78f35ceba58bd34059ca4b2107bb55d4de56733e8932ba2ea22dcac18ee995ce";
|
|
|
|
buildNativeInputs = [ cmake ];
|
|
|
|
meta = {
|
|
description = "KDE Oxygen theme icons";
|
|
longDescription = "Icons for KDE's default theme";
|
|
license = "GPL";
|
|
};
|
|
}
|