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
/
kpeople.nix
blob
433cc6b6e1138b3dcb6e18e6e7fa9f9f6d111ea2
1
{
2
mkDerivation,
3
extra-cmake-modules,
4
kcoreaddons, ki18n, kitemviews, kservice, kwidgetsaddons, qtbase,
5
qtdeclarative,
6
}:
7
8
mkDerivation {
9
pname = "kpeople";
10
nativeBuildInputs = [ extra-cmake-modules ];
11
buildInputs = [
12
kcoreaddons ki18n kitemviews kservice kwidgetsaddons qtdeclarative
13
];
14
propagatedBuildInputs = [ qtbase ];
15
}