mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
yoda: apply patch for HistoBin2D methods (#233819)
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user