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
/
ksvg
/
default.nix
blob
1d91aa3143a43bf49ab64bed2705859b3708516d
1
{
2
mkKdeDerivation,
3
qtdeclarative,
4
qtsvg,
5
}:
6
mkKdeDerivation {
7
pname = "ksvg";
8
9
extraBuildInputs = [
10
qtdeclarative
11
qtsvg
12
];
13
}