Loading pkgs/development/libraries/physics/yoda/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/libraries/physics/yoda/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -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