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

ledger: Import patch to fix ledger/ledger#2075
This commit is contained in:
Mario Rodas 2023-01-03 09:11:42 -05:00 committed by GitHub
commit 95ad07f997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,13 @@ stdenv.mkDerivation rec {
sha256 = "sha256-vwVQnY9EUCXPzhDJ4PSOmQStb9eF6H0yAOiEmL6sAlk=";
excludes = [ "doc/NEWS.md" ];
})
# Fix included bug with boost >= 1.76. Remove with the next release
(fetchpatch {
url = "https://github.com/ledger/ledger/commit/1cb9b84fdecc5604bd1172cdd781859ff3871a52.patch";
sha256 = "sha256-ipVkRcTmnEvpfyPgMzLVJ9Sz8QxHeCURQI5dX8xh758=";
excludes = [ "test/regress/*" ];
})
];
installTargets = [ "doc" "install" ];