nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

yoda: apply patch for HistoBin2D methods (#233819)

authored by

Dmitry Kalinkin and committed by
GitHub
c901976e f91ee306

+9
+9
pkgs/development/libraries/physics/yoda/default.nix
··· 18 18 hash = "sha256-e8MGJGirulCv8+y4sizmdxlgNgCYkGiO9FM6qn+S5uQ="; 19 19 }; 20 20 21 + patches = [ 22 + # A bugfix https://gitlab.com/hepcedar/yoda/-/merge_requests/116 23 + (fetchpatch { 24 + url = "https://gitlab.com/hepcedar/yoda/-/commit/ba1275033522c66bc473dfeffae1a7971e985611.diff"; 25 + hash = "sha256-/8UJuypiQzywarE+o3BEMtqM+f+YzkHylugi+xTJf+w="; 26 + excludes = [ "ChangeLog" ]; 27 + }) 28 + ]; 29 + 21 30 nativeBuildInputs = with python.pkgs; [ 22 31 cython 23 32 makeWrapper