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
highs: 1.8.0 -> 1.8.1 (#360451)
[NixPkgs.git]
/
pkgs
/
kde
/
frameworks
/
knotifications
/
default.nix
blob
08b8decea8f00bb637f865b5f8d6ee5574a5ff32
1
{
2
mkKdeDerivation,
3
qttools,
4
qtdeclarative,
5
libcanberra,
6
}:
7
mkKdeDerivation {
8
pname = "knotifications";
9
10
extraNativeBuildInputs = [ qttools ];
11
extraBuildInputs = [
12
qtdeclarative
13
libcanberra
14
];
15
}