python313Packages.quil: use nativeBuildInputs

This commit is contained in:
Robert Schütz
2025-02-22 18:49:03 -08:00
parent 5c978e2852
commit fb2551a277
@@ -31,7 +31,7 @@ buildPythonPackage rec {
buildAndTestSubdir = "quil-py";
build-system = [
nativeBuildInputs = [
rustPlatform.cargoSetupHook
rustPlatform.maturinBuildHook
];
@@ -51,7 +51,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/rigetti/quil-rs/blob/quil-py/v${version}/quil-py/CHANGELOG.md";
changelog = "https://github.com/rigetti/quil-rs/blob/${src.tag}/quil-py/CHANGELOG.md";
description = "Python package for building and parsing Quil programs";
homepage = "https://github.com/rigetti/quil-rs/tree/main/quil-py";
license = lib.licenses.asl20;