lol

lomiri.trust-store: Fix build against newer boost (#368182)

authored by

rewine and committed by
GitHub
f5731864 37e24536

+10
+10
pkgs/desktops/lomiri/development/trust-store/default.nix
··· 2 2 stdenv, 3 3 lib, 4 4 fetchFromGitLab, 5 + fetchpatch, 5 6 gitUpdater, 6 7 testers, 7 8 boost, ··· 40 41 "dev" 41 42 "doc" 42 43 "bin" 44 + ]; 45 + 46 + patches = [ 47 + # Remove when version > 2.0.2 48 + (fetchpatch { 49 + name = "0001-trust-store-Fix-boost-184-compat.patch"; 50 + url = "https://gitlab.com/ubports/development/core/trust-store/-/commit/569f6b35d8bcdb2ae5ff84549cd92cfc0899675b.patch"; 51 + hash = "sha256-3lrdVIzscXGiLKwftC5oECICVv3sBoS4UedfRHx7uOs="; 52 + }) 43 53 ]; 44 54 45 55 postPatch =