summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdegraphics/libksane.nix
blob: b539eab38992f806af2b6a6838f4b519c2809ecc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ 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";
  };
}