libchamplain: Unmaintain

Only maintain libsoup3 based version.
Eval failure was breaking GNOME updates.

Also change the canonical attribute path for `updateScript` to the maintained variant.
This commit is contained in:
Jan Tojnar
2025-11-03 10:50:00 +01:00
parent 1490dad3ce
commit 9cc6eebe66
+3 -2
View File
@@ -69,7 +69,8 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = pname;
packageName = "libchamplain";
attrPath = "libchamplain_libsoup3";
versionPolicy = "odd-unstable";
};
};
@@ -88,7 +89,7 @@ stdenv.mkDerivation rec {
OpenCycleMap, OpenAerialMap, and Maps for free.
'';
teams = [
teams = lib.optionals withLibsoup3 [
teams.gnome
teams.pantheon
];