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
/
development
/
libraries
/
qt-6
/
modules
/
qtimageformats.nix
blob
50420aaa7e4517b6b927f8d2308287fbd63f7f23
1
{ qtModule
2
, qtbase
3
, libwebp
4
, jasper
5
, libmng
6
, libtiff
7
}:
8
9
qtModule {
10
pname = "qtimageformats";
11
propagatedBuildInputs = [ qtbase ];
12
buildInputs = [ libwebp jasper libmng libtiff ];
13
}