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

10 lines
105 B
Nix
Raw Normal View History

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