mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
mir: Fix remaining reference to boost_system
This commit is contained in:
parent
6dee6078e8
commit
490cad4329
1 changed files with 9 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue