mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
b9c72433cc
svn path=/nixpkgs/trunk/; revision=31380
10 lines
197 B
Nix
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";
|
|
};
|
|
}
|