about summary refs log tree commit diff
path: root/nixpkgs/pkgs/kde/gear/ksanecore/default.nix
blob: 7f7e63fb2caf3d30fd9a7d752cf017213df428b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  mkKdeDerivation,
  sane-backends,
}:
mkKdeDerivation {
  pname = "ksanecore";

  extraBuildInputs = [sane-backends];
}