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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtsvg.nix
blob
9031f8805ac9c424a3ad8db2346e82d168f3776e
1
{ qtModule
2
, qtbase
3
, libwebp
4
, jasper
5
, libmng
6
, zlib
7
, pkg-config
8
}:
9
10
qtModule {
11
pname = "qtsvg";
12
qtInputs = [ qtbase ];
13
buildInputs = [ libwebp jasper libmng zlib ];
14
nativeBuildInputs = [ pkg-config ];
15
}