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

11 lines
197 B
Nix
Raw Normal View History

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