88b1fb3554
really 278 MB?) svn path=/nixpkgs/trunk/; revision=25766
16 lines
427 B
Nix
16 lines
427 B
Nix
{kde, cmake}:
|
|
|
|
kde.package {
|
|
outputHashAlgo = "sha256";
|
|
outputHashMode = "recursive";
|
|
outputHash = "01139b1dba3780b78f487d8c08bb1dde30ad984d37fbbd661477d96f892dc6c2";
|
|
|
|
buildInputs = [ cmake ];
|
|
meta = {
|
|
description = "KDE Oxygen theme icons";
|
|
longDescription = "Contains icons for the KDE Oxygen theme, which is the default icon theme since KDE 4.3";
|
|
license = "GPL";
|
|
kde.name = "oxygen-icons";
|
|
};
|
|
}
|