nixpkgs/pkgs/desktops/kde-4.11/kdegraphics/ksaneplugin.nix

11 lines
197 B
Nix
Raw Normal View History

2013-08-21 21:38:48 +04:00
{ kde, kdelibs, libksane }:
kde {
buildInputs = [ kdelibs libksane ];
meta = {
description = "A KScan plugin that implements the scanning through libksane";
license = "GPLv2";
};
}