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
/
knotifications.nix
blob
363ca46d10aeb10b9dc6224e15df35039c2f5466
1
{ mkDerivation
2
, extra-cmake-modules
3
, kcodecs, kconfig, kcoreaddons, kwindowsystem
4
, libdbusmenu
5
, phonon
6
, qttools, qtx11extras
7
}:
8
9
mkDerivation {
10
pname = "knotifications";
11
nativeBuildInputs = [ extra-cmake-modules qttools ];
12
buildInputs = [
13
kcodecs kconfig kcoreaddons kwindowsystem libdbusmenu phonon qtx11extras
14
];
15
}