8abd44f249
* Remove a lot of code duplication. * Package almost all (except for smoke-based bindings). svn path=/nixpkgs/trunk/; revision=28597
11 lines
190 B
Nix
11 lines
190 B
Nix
{ kde, cmake, kdebindings, perl }:
|
|
|
|
kde {
|
|
buildInputs = [ kdebindings.smokeqt perl ];
|
|
buildNativeInputs = [ cmake ];
|
|
|
|
meta = {
|
|
description = "Perl bindings for Qt library";
|
|
};
|
|
}
|