python313Packages.quil: use nativeBuildInputs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user