nixpkgs/pkgs/desktops/kde-4.13/kdegraphics/ksaneplugin.nix
2014-06-19 15:27:00 +02:00

10 lines
197 B
Nix

{ kde, kdelibs, libksane }:
kde {
buildInputs = [ kdelibs libksane ];
meta = {
description = "A KScan plugin that implements the scanning through libksane";
license = "GPLv2";
};
}