nix: add python toolchain deps (#1934)

This commit is contained in:
Malte Poll 2023-06-15 17:37:59 +02:00 committed by GitHub
parent 103a757557
commit 684cae4706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
pkgs.glibc pkgs.glibc
pkgs.gcc pkgs.gcc
pkgs.jdk11 # TODO(katexochen): investigate why our build chain doesn't work on NixOS pkgs.jdk11 # TODO(katexochen): investigate why our build chain doesn't work on NixOS
pkgs.libxcrypt-legacy # TODO(malt3): python toolchain depends on this. Remove once https://github.com/bazelbuild/rules_python/issues/1211 is resolved
]; ];
}) })
.env .env