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
avante-nvim: 0.0.12 -> 0.0.13 (#365261)
[NixPkgs.git]
/
pkgs
/
applications
/
kde
/
kdevelop
/
wrapper.nix
blob
757e4d5db8d38ec6fff23397729e73ecd922cac4
1
{
2
lib,
3
symlinkJoin,
4
kdevelop-unwrapped,
5
plugins ? null,
6
}:
7
8
symlinkJoin {
9
name = "kdevelop-with-plugins";
10
11
paths = [ kdevelop-unwrapped ] ++ (lib.optionals (plugins != null) plugins);
12
}