repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
kde
/
frameworks
/
kdnssd
/
default.nix
blob
ce22856035e341789a85972a1752556ec055ab99
1
{
2
mkKdeDerivation,
3
qttools,
4
avahi,
5
}:
6
mkKdeDerivation {
7
pname = "kdnssd";
8
9
extraNativeBuildInputs = [ qttools ];
10
extraBuildInputs = [ avahi ];
11
}