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

kde {
  buildInputs = [ kdelibs libksane ];

  meta = {
    description = "A KScan plugin that implements the scanning through libksane";
    license = "GPLv2";
  };
}