forked from M-Labs/nac3
flake: use *.pyd for Windows Python module
This commit is contained in:
parent
c0f8d5c602
commit
6315027a8b
|
@ -90,7 +90,7 @@
|
||||||
installPhase =
|
installPhase =
|
||||||
''
|
''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp target/x86_64-pc-windows-gnu/release/nac3artiq.dll $out
|
cp target/x86_64-pc-windows-gnu/release/nac3artiq.dll $out/nac3artiq.pyd
|
||||||
'';
|
'';
|
||||||
meta.platforms = ["x86_64-windows"];
|
meta.platforms = ["x86_64-windows"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue