python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / applications / kde / kdevelop / wrapper.nix
blob86d3de9eb39a945f323e612bb13ac628fe7e7696
1 { symlinkJoin, kdevelop-unwrapped, plugins ? null }:
3 symlinkJoin {
4   name = "kdevelop-with-plugins";
6   paths = [ kdevelop-unwrapped ] ++ (if plugins != null then plugins else []);