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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
kde-frameworks
/
kdnssd.nix
blob
545057e7ef1f682775e13ae524f6495128b72cde
1
{
2
mkDerivation,
3
extra-cmake-modules,
4
avahi, qtbase, qttools,
5
}:
6
7
mkDerivation {
8
pname = "kdnssd";
9
nativeBuildInputs = [ extra-cmake-modules ];
10
buildInputs = [ avahi qttools ];
11
propagatedBuildInputs = [ qtbase ];
12
outputs = [ "out" "dev" ];
13
}