Merge pull request #207609 from bcc32/import-ledger-patch

ledger: Import patch to fix ledger/ledger#2075

authored by

Mario Rodas and committed by
GitHub
95ad07f9 eb2c544d

+7
+7
pkgs/applications/office/ledger/default.nix
··· 41 41 sha256 = "sha256-vwVQnY9EUCXPzhDJ4PSOmQStb9eF6H0yAOiEmL6sAlk="; 42 42 excludes = [ "doc/NEWS.md" ]; 43 43 }) 44 + 45 + # Fix included bug with boost >= 1.76. Remove with the next release 46 + (fetchpatch { 47 + url = "https://github.com/ledger/ledger/commit/1cb9b84fdecc5604bd1172cdd781859ff3871a52.patch"; 48 + sha256 = "sha256-ipVkRcTmnEvpfyPgMzLVJ9Sz8QxHeCURQI5dX8xh758="; 49 + excludes = [ "test/regress/*" ]; 50 + }) 44 51 ]; 45 52 46 53 installTargets = [ "doc" "install" ];