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
snac2: 2.68 -> 2.70 (#379043)
[NixPkgs.git]
/
pkgs
/
kde
/
plasma
/
plasma-welcome
/
default.nix
blob
3786b3d0c89ae58719b05e3f79a88e03c69b92b6
1
{
2
mkKdeDerivation,
3
qtsvg,
4
}:
5
mkKdeDerivation {
6
pname = "plasma-welcome";
7
8
extraBuildInputs = [ qtsvg ];
9
meta.mainProgram = "plasma-welcome";
10
}