~ruther/guix-local

d0aaef326b548bb9d5fb1c7bc5c9c1903e4e0549 — Danny Milosavljevic 1 year, 1 month ago 7479725
gnu: mono: Support reading manifest files with "<runpath>" in them.

* gnu/packages/patches/mono-6.12.0-add-runpath.patch: Modify.

Change-Id: Idac0e9cefd747982b77cc616c7ca9d900f1d9616
1 files changed, 12 insertions(+), 0 deletions(-)

M gnu/packages/patches/mono-6.12.0-add-runpath.patch
M gnu/packages/patches/mono-6.12.0-add-runpath.patch => gnu/packages/patches/mono-6.12.0-add-runpath.patch +12 -0
@@ 183,3 183,15 @@ index d973de53c8c..8888c7b4fac 100644
 }
 
 /**
diff -ru a/mcs/class/System.Configuration/System.Configuration/SectionGroupInfo.cs b/mcs/class/System.Configuration/System.Configuration/SectionGroupInfo.cs
--- a/mcs/class/System.Configuration/System.Configuration/SectionGroupInfo.cs	2025-07-05 12:28:26.634141555 +0200
+++ b/mcs/class/System.Configuration/System.Configuration/SectionGroupInfo.cs	2025-07-05 12:28:53.620591274 +0200
@@ -293,7 +293,7 @@
 					continue;
 				}
 
-				if (reader.LocalName == "dllmap") {
+				if (reader.LocalName == "dllmap" || reader.LocalName == "runpath") {
 					reader.Skip ();
 					continue;
 				}