python313Packages.quil: use nativeBuildInputs

+2 -2
+2 -2
pkgs/development/python-modules/quil/default.nix
··· 31 31 32 32 buildAndTestSubdir = "quil-py"; 33 33 34 - build-system = [ 34 + nativeBuildInputs = [ 35 35 rustPlatform.cargoSetupHook 36 36 rustPlatform.maturinBuildHook 37 37 ]; ··· 51 51 ]; 52 52 53 53 meta = { 54 - changelog = "https://github.com/rigetti/quil-rs/blob/quil-py/v${version}/quil-py/CHANGELOG.md"; 54 + changelog = "https://github.com/rigetti/quil-rs/blob/${src.tag}/quil-py/CHANGELOG.md"; 55 55 description = "Python package for building and parsing Quil programs"; 56 56 homepage = "https://github.com/rigetti/quil-rs/tree/main/quil-py"; 57 57 license = lib.licenses.asl20;