mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
tensorflow-lite: add distutils to fix build (#343960)
This commit is contained in:
commit
526dcbb02f
@ -7,7 +7,7 @@
|
||||
let
|
||||
buildPlatform = stdenv.buildPlatform;
|
||||
hostPlatform = stdenv.hostPlatform;
|
||||
pythonEnv = buildPackages.python3.withPackages (ps: [ ps.numpy ]);
|
||||
pythonEnv = buildPackages.python3.withPackages (ps: with ps; [ distutils numpy ]);
|
||||
bazelDepsSha256ByBuildAndHost = {
|
||||
x86_64-linux = {
|
||||
x86_64-linux = "sha256-61qmnAB80syYhURWYJOiOnoGOtNa1pPkxfznrFScPAo=";
|
||||
|
Loading…
Reference in New Issue
Block a user