mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
maturin: add updateScript
This commit is contained in:
parent
5bf72c97bc
commit
c64a719620
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue