3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/desktops/kde-4.14/kdegraphics/ksaneplugin.nix

11 lines
222 B
Nix
Raw Normal View History

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