mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
8abd44f249
* Remove a lot of code duplication. * Package almost all (except for smoke-based bindings). svn path=/nixpkgs/trunk/; revision=28597
9 lines
112 B
Nix
9 lines
112 B
Nix
{ kde, kdelibs }:
|
|
kde {
|
|
buildInputs = [ kdelibs ];
|
|
|
|
meta = {
|
|
description = "Practice Fractions";
|
|
};
|
|
}
|