nixpkgs/pkgs/kde/gear/zanshin/default.nix
2024-09-20 08:54:48 +03:00

10 lines
107 B
Nix

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