flake: add libffi on Windows

escape-analysis
Sebastien Bourdeauducq 2021-12-02 19:08:20 +08:00
parent 8a46032f4c
commit a6275fbb57
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@
name = "nac3artiq";
src = self;
inherit cargoSha256;
buildInputs = [ pkgs-mingw.libffi ];
configurePhase =
''
export PYO3_CONFIG_FILE=${pyo3-mingw-config}