mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
8abd44f249
* Remove a lot of code duplication. * Package almost all (except for smoke-based bindings). svn path=/nixpkgs/trunk/; revision=28597
8 lines
84 B
Nix
8 lines
84 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
name = "aurorae-themes";
|
|
|
|
buildInputs = [ kdelibs ];
|
|
}
|