python3Packages.aiotarfile: fix version in Cargo.toml
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
cargo,
|
||||
rustc,
|
||||
rustPlatform,
|
||||
semver,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -26,6 +27,15 @@ buildPythonPackage rec {
|
||||
hash = "sha256-Yf6N615X9ZB+HDp3xehMc3kjKbdsSbIJrqARRXwCRDQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs release.py
|
||||
./release.py finalize
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
semver # required for release.py
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cargo
|
||||
rustPlatform.cargoSetupHook
|
||||
|
||||
Reference in New Issue
Block a user