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
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
kde
/
plasma
/
plasma-nano
/
default.nix
blob
2d16f3085f17562d31f0e6f993bf5c2a51f7212e
1
{
2
mkKdeDerivation,
3
qtsvg,
4
}:
5
mkKdeDerivation {
6
pname = "plasma-nano";
7
8
extraBuildInputs = [ qtsvg ];
9
}