Commit fb2551a2 authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.quil: use nativeBuildInputs

parent 5c978e28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;