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
/
kdbusaddons.nix
blob
b123129cf8d173bc3699b409585d245f7c3b05a1
1
{
2
mkDerivation,
3
extra-cmake-modules,
4
qtbase, qttools, qtx11extras
5
}:
6
7
mkDerivation {
8
pname = "kdbusaddons";
9
nativeBuildInputs = [ extra-cmake-modules ];
10
buildInputs = [ qttools qtx11extras ];
11
propagatedBuildInputs = [ qtbase ];
12
}