8abd44f249
* Remove a lot of code duplication. * Package almost all (except for smoke-based bindings). svn path=/nixpkgs/trunk/; revision=28597
12 lines
157 B
Nix
12 lines
157 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde rec {
|
|
name = "kde-style-phase";
|
|
|
|
buildInputs = [ kdelibs ];
|
|
|
|
meta = {
|
|
description = "Phase, a widget style for KDE";
|
|
};
|
|
}
|