Commit 9cc6eebe authored by Jan Tojnar's avatar Jan Tojnar
Browse files

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.
parent 1490dad3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
    ];