Loading pkgs/servers/mir/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/servers/mir/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -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