core/pkgs/by-name/ma/maturin/pyo3-test/default.nix

8 lines
196 B
Nix
Raw Normal View History

2024-05-13 21:24:10 +00:00
{ python3, rustPlatform }:
2024-05-02 00:46:19 +00:00
python3.pkgs.callPackage ./generic.nix {
buildAndTestSubdir = "examples/word-count";
2024-05-13 21:24:10 +00:00
nativeBuildInputs = with rustPlatform; [ cargoSetupHook maturinBuildHook ];
2024-05-02 00:46:19 +00:00
}