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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
applications
/
kde
/
kdevelop
/
wrapper.nix
blob
86d3de9eb39a945f323e612bb13ac628fe7e7696
1
{ symlinkJoin, kdevelop-unwrapped, plugins ? null }:
2
3
symlinkJoin {
4
name = "kdevelop-with-plugins";
5
6
paths = [ kdevelop-unwrapped ] ++ (if plugins != null then plugins else []);
7
}