Commit 490cad43 authored by OPNA2608's avatar OPNA2608
Browse files

mir: Fix remaining reference to boost_system

parent 6dee6078
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -8,6 +8,15 @@ in
    version = "2.25.2";
    hash = "sha256-+nahWuAcGWgxBM6/a2HWwDw5DkQpUt5i/CEGzTLwNQw=";
    cargoHash = "sha256-fVD+RGU/2UGVihIktKg2+eDWmlWomDOAcrY6k2XwF1c=";
    patches = [
      # Fix leftover boost_system references when linking miracle-wm (library no longer exists)
      # https://github.com/canonical/mir/pull/4721
      (fetchpatch {
        name = "mir-tests-mirtest.pc.in-Drop-remaining-references-to-boost_system.patch";
        url = "https://github.com/canonical/mir/commit/14d396ecef4611e9182d78890a2d908439478799.patch";
        hash = "sha256-IpX/7lkuYwoITzOz/gF5q7TAFUg4YH0IY2fWkorIEiM=";
      })
    ];
  };

  mir_2_15 = common {