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

11 lines
214 B
Nix
Raw Normal View History

2014-02-13 03:25:11 +01:00
{ kde, kdelibs, libksane }:
kde {
buildInputs = [ kdelibs libksane ];
meta = {
description = "A KScan plugin that implements the scanning through libksane";
license = stdenv.lib.licenses.gpl2;
2014-02-13 03:25:11 +01:00
};
}