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