2011-07-17 16:10:41 +02:00
|
|
|
{ kde, cmake }:
|
2011-07-07 22:48:51 +02:00
|
|
|
|
|
|
|
kde.package {
|
|
|
|
outputHashAlgo = "sha256";
|
|
|
|
outputHashMode = "recursive";
|
2011-07-17 16:10:41 +02:00
|
|
|
outputHash = "4736af7eef8c0defa8f5ae997ac85e0a19c4d1af9a9e963b2434317c5408ab86";
|
2011-07-07 22:48:51 +02:00
|
|
|
|
|
|
|
buildInputs = [ cmake ];
|
2011-07-17 16:10:41 +02:00
|
|
|
|
2011-07-07 22:48:51 +02:00
|
|
|
meta = {
|
|
|
|
description = "KDE Oxygen theme icons";
|
2011-07-17 16:10:41 +02:00
|
|
|
longDescription = "Icons for KDE's default theme";
|
2011-07-07 22:48:51 +02:00
|
|
|
license = "GPL";
|
|
|
|
kde.name = "oxygen-icons";
|
|
|
|
};
|
|
|
|
}
|