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:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user