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
forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git]
/
pkgs
/
kde
/
gear
/
khealthcertificate
/
default.nix
blob
ef4b1ab16680562513fba2f2be6c6d9f25b985ee
1
{
2
mkKdeDerivation,
3
qtdeclarative,
4
}:
5
mkKdeDerivation {
6
pname = "khealthcertificate";
7
8
extraNativeBuildInputs = [ qtdeclarative ];
9
}