Blame SOURCES/1-remove-non-linux-environments.patch

6f5b47
diff --git a/pom.xml b/pom.xml
6f5b47
index 12c1373..4c3efa0 100644
6f5b47
--- a/pom.xml
6f5b47
+++ b/pom.xml
6f5b47
@@ -195,26 +195,11 @@
6f5b47
 				<version>${tycho.version}</version>
6f5b47
 				<configuration>
6f5b47
 					<environments>
6f5b47
-						<environment>
6f5b47
-							<os>win32</os>
6f5b47
-							<ws>win32</ws>
6f5b47
-							<arch>x86_64</arch>
6f5b47
-						</environment>
6f5b47
 						<environment>
6f5b47
 							<os>linux</os>
6f5b47
 							<ws>gtk</ws>
6f5b47
 							<arch>x86_64</arch>
6f5b47
 						</environment>
6f5b47
-						<environment>
6f5b47
-							<os>macosx</os>
6f5b47
-							<ws>cocoa</ws>
6f5b47
-							<arch>x86_64</arch>
6f5b47
-						</environment>
6f5b47
-						<environment>
6f5b47
-							<os>macosx</os>
6f5b47
-							<ws>cocoa</ws>
6f5b47
-							<arch>aarch64</arch>
6f5b47
-						</environment>
6f5b47
 					</environments>
6f5b47
 				</configuration>
6f5b47
 			</plugin>