depot/third_party/nixpkgs/pkgs/kde/gear/zanshin/default.nix

9 lines
107 B
Nix

{
mkKdeDerivation,
boost,
}:
mkKdeDerivation {
pname = "zanshin";
extraBuildInputs = [ boost ];
}