forked from M-Labs/nac3
flake: add libffi on Windows
This commit is contained in:
parent
8a46032f4c
commit
a6275fbb57
|
@ -68,6 +68,7 @@
|
||||||
name = "nac3artiq";
|
name = "nac3artiq";
|
||||||
src = self;
|
src = self;
|
||||||
inherit cargoSha256;
|
inherit cargoSha256;
|
||||||
|
buildInputs = [ pkgs-mingw.libffi ];
|
||||||
configurePhase =
|
configurePhase =
|
||||||
''
|
''
|
||||||
export PYO3_CONFIG_FILE=${pyo3-mingw-config}
|
export PYO3_CONFIG_FILE=${pyo3-mingw-config}
|
||||||
|
|
Loading…
Reference in New Issue