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

  extraBuildInputs = [boost];
}