mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #121658 from danieldk/maturin-passthru-test
maturin: fix passthru test
This commit is contained in:
commit
42f21db6a8
@ -27,7 +27,7 @@ python.pkgs.buildPythonPackage rec {
|
|||||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||||
inherit src patches;
|
inherit src patches;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
hash = "sha256-//TmozgWy9zrSpMKX92XdHj4fw/T1Elfgn4YhhR7ot0=";
|
hash = "sha256-u3L9nXHKILznyZTgxdvZyOCQZFZhuADrtI7zXYQzrbE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./Cargo.lock.patch ];
|
patches = [ ./Cargo.lock.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user