Skip to content

Commit

Permalink
python3Packages.onnx: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmoraes committed Mar 19, 2021
1 parent 70ed6f5 commit e88902c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/onnx/default.nix
Expand Up @@ -46,7 +46,8 @@ buildPythonPackage rec {
];

postPatch = ''
patchShebangs tools/protoc-gen-mypy.py
chmod +x tools/protoc-gen-mypy.sh.in
patchShebangs tools/protoc-gen-mypy.sh.in tools/protoc-gen-mypy.py
'';

preBuild = ''
Expand Down

0 comments on commit e88902c

Please sign in to comment.