Unverified Commit c901976e authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

yoda: apply patch for HistoBin2D methods (#233819)

parent f91ee306
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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