shell.nix: add a few missing deps/tools

This commit is contained in:
Pierre Bourdon
2023-01-06 02:29:51 +01:00
parent ee2da02ae0
commit 1beb6aba42

View File

@@ -4,6 +4,9 @@ pkgs.mkShell {
buildInputs = (with pkgs; [
python39Full
gettext
transifex-client
# CPython extension common build deps.
git
openssl
@@ -12,6 +15,7 @@ pkgs.mkShell {
stdenv
zlib
postgresql
libffi
]) ++ (with pkgs.python39Packages; [
setuptools
virtualenv