about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/spring/revert_58b423e.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/spring/revert_58b423e.patch')
-rw-r--r--nixpkgs/pkgs/games/spring/revert_58b423e.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/games/spring/revert_58b423e.patch b/nixpkgs/pkgs/games/spring/revert_58b423e.patch
new file mode 100644
index 000000000000..79a42cefa5a6
--- /dev/null
+++ b/nixpkgs/pkgs/games/spring/revert_58b423e.patch
@@ -0,0 +1,16 @@
+--- a/src/utils/slpaths.cpp
++++ b/src/utils/slpaths.cpp
+@@ -165,13 +165,10 @@
+ 			usync_paths.push_back(bundle);
+ 		}
+ 		if (!SlPaths::IsPortableMode()) {
+-			/*
+-//FIXME: reenable when #707 is fixed / spring 102.0 is "established"
+ 			LSL::SpringBundle systembundle;
+ 			if (LSL::SpringBundle::LocateSystemInstalledSpring(systembundle)) {
+ 				usync_paths.push_back(systembundle);
+ 			}
+-*/
+ 
+ 			std::vector<std::string> paths;
+ 			PossibleEnginePaths(paths);