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
python312Packages.jax: 0.4.38 -> 0.5.0 (#374810)
[NixPkgs.git]
/
pkgs
/
kde
/
gear
/
libksieve
/
default.nix
blob
e36d8995687ef01e81acddb34002472ab81eae89
1
{
2
mkKdeDerivation,
3
qtwebengine,
4
cyrus_sasl,
5
}:
6
mkKdeDerivation {
7
pname = "libksieve";
8
9
extraBuildInputs = [
10
qtwebengine
11
cyrus_sasl
12
];
13
}