8abd44f249
* Remove a lot of code duplication. * Package almost all (except for smoke-based bindings). svn path=/nixpkgs/trunk/; revision=28597
11 lines
253 B
Nix
11 lines
253 B
Nix
{ kde, kdelibs, saneBackends }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs saneBackends ];
|
|
|
|
meta = {
|
|
description = "An image scanning library that provides a QWidget that contains all the logic needed to interface a sacanner";
|
|
license = "GPLv2";
|
|
};
|
|
}
|