Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / games / spring / revert_58b423e.patch
blob79a42cefa5a692d54cf4efe0f009976b07ff54f0
1 --- a/src/utils/slpaths.cpp
2 +++ b/src/utils/slpaths.cpp
3 @@ -165,13 +165,10 @@
4 usync_paths.push_back(bundle);
6 if (!SlPaths::IsPortableMode()) {
7 - /*
8 -//FIXME: reenable when #707 is fixed / spring 102.0 is "established"
9 LSL::SpringBundle systembundle;
10 if (LSL::SpringBundle::LocateSystemInstalledSpring(systembundle)) {
11 usync_paths.push_back(systembundle);
13 -*/
15 std::vector<std::string> paths;
16 PossibleEnginePaths(paths);