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
linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtsvg.nix
blob
3ce68e56e4126239177c4609613035043bd297cf
1
{ qtModule, qtbase }:
2
3
qtModule {
4
name = "qtsvg";
5
qtInputs = [ qtbase ];
6
outputs = [ "out" "dev" "bin" ];
7
}