mir: Fix remaining reference to boost_system

This commit is contained in:
OPNA2608 2026-02-24 19:55:14 +01:00
parent 6dee6078e8
commit 490cad4329

View file

@ -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 {