depot/third_party/nixpkgs/pkgs/kde/frameworks/kdnssd/default.nix

12 lines
153 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qttools,
avahi,
}:
mkKdeDerivation {
pname = "kdnssd";
extraNativeBuildInputs = [qttools];
extraBuildInputs = [avahi];
}