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

Configure Feed

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

python3Packages.onnxmltools: fix by removing outdated patch

-7
-7
pkgs/development/python-modules/onnxmltools/default.nix
··· 33 33 hash = "sha256-CcZlGLX8/ANHnhoOv5s/ybBN74gRH/8eLYJ6q/BJo/4="; 34 34 }; 35 35 36 - postPatch = '' 37 - substituteInPlace onnxmltools/proto/__init__.py \ 38 - --replace-fail \ 39 - "from onnx.helper import split_complex_to_pairs" \ 40 - "from onnx.helper import _split_complex_to_pairs as split_complex_to_pairs" 41 - ''; 42 - 43 36 build-system = [ 44 37 setuptools 45 38 ];