yoda: apply patch for HistoBin2D methods (#233819)

This commit is contained in:
Dmitry Kalinkin
2023-05-24 09:56:34 -04:00
committed by GitHub
parent f91ee3065d
commit c901976efe
@@ -18,6 +18,15 @@ stdenv.mkDerivation rec {
hash = "sha256-e8MGJGirulCv8+y4sizmdxlgNgCYkGiO9FM6qn+S5uQ=";
};
patches = [
# A bugfix https://gitlab.com/hepcedar/yoda/-/merge_requests/116
(fetchpatch {
url = "https://gitlab.com/hepcedar/yoda/-/commit/ba1275033522c66bc473dfeffae1a7971e985611.diff";
hash = "sha256-/8UJuypiQzywarE+o3BEMtqM+f+YzkHylugi+xTJf+w=";
excludes = [ "ChangeLog" ];
})
];
nativeBuildInputs = with python.pkgs; [
cython
makeWrapper