summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegraphics/ksaneplugin.nix
blob: f541c4bdb4dfc40ad91b96039dd927e0880f4a5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ stdenv, kde, kdelibs, libksane }:

kde {
  buildInputs = [ kdelibs libksane ];

  meta = {
    description = "A KScan plugin that implements the scanning through libksane";
    license = stdenv.lib.licenses.gpl2;
  };
}