mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
8abd44f249
* Remove a lot of code duplication. * Package almost all (except for smoke-based bindings). svn path=/nixpkgs/trunk/; revision=28597
6 lines
56 B
Nix
6 lines
56 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs ];
|
|
}
|