mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
maturin: add updateScript
This commit is contained in:
parent
5bf72c97bc
commit
c64a719620
@ -7,6 +7,7 @@
|
||||
darwin,
|
||||
libiconv,
|
||||
testers,
|
||||
nix-update-script,
|
||||
maturin,
|
||||
}:
|
||||
|
||||
@ -36,6 +37,8 @@ rustPlatform.buildRustPackage rec {
|
||||
version = testers.testVersion { package = maturin; };
|
||||
pyo3 = callPackage ./pyo3-test { };
|
||||
};
|
||||
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user