rustPlatform.maturinBuildHook: init
This build hook can be used to build Python packages using maturin.
This commit is contained in:
@@ -26,5 +26,5 @@ rec {
|
||||
# Hooks
|
||||
inherit (callPackage ../../../build-support/rust/hooks {
|
||||
inherit cargo;
|
||||
}) cargoBuildHook cargoSetupHook;
|
||||
}) cargoBuildHook cargoSetupHook maturinBuildHook;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user