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
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
kde
/
frameworks
/
kimageformats
/
default.nix
blob
0b3d049dc185a4465b9cdc59e4edf29e38e293d0
1
{
2
mkKdeDerivation,
3
pkg-config,
4
libheif,
5
libjxl,
6
libavif,
7
libraw,
8
openexr_3,
9
}:
10
mkKdeDerivation {
11
pname = "kimageformats";
12
13
extraCmakeFlags = [ "-DKIMAGEFORMATS_HEIF=1" ];
14
extraNativeBuildInputs = [ pkg-config ];
15
extraBuildInputs = [
16
libheif
17
libjxl
18
libavif
19
libraw
20
openexr_3
21
];
22
}