nixpkgs/pkgs/desktops/kde-4.7/artwork/phase-style.nix
Eelco Dolstra 22ab3fe1ab * Start of KDE 4.7. Only kdelibs builds currently.
svn path=/nixpkgs/branches/kde-4.7/; revision=27645
2011-07-07 20:48:51 +00:00

15 lines
290 B
Nix

{ cmake, kde, automoc4, kdelibs }:
kde.package rec {
name = "kde-style-phase-${kde.release}";
buildInputs = [ cmake automoc4 kdelibs ];
meta = {
description = "KDE phase style. Clean classical look";
kde = {
name = "styles";
module = "kdeartwork";
};
};
}