tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python313Packages.quil: use nativeBuildInputs
Robert Schütz
11 months ago
fb2551a2
5c978e28
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
quil
default.nix
+2
-2
pkgs/development/python-modules/quil/default.nix
···
31
32
buildAndTestSubdir = "quil-py";
33
34
-
build-system = [
35
rustPlatform.cargoSetupHook
36
rustPlatform.maturinBuildHook
37
];
···
51
];
52
53
meta = {
54
-
changelog = "https://github.com/rigetti/quil-rs/blob/quil-py/v${version}/quil-py/CHANGELOG.md";
55
description = "Python package for building and parsing Quil programs";
56
homepage = "https://github.com/rigetti/quil-rs/tree/main/quil-py";
57
license = lib.licenses.asl20;
···
31
32
buildAndTestSubdir = "quil-py";
33
34
+
nativeBuildInputs = [
35
rustPlatform.cargoSetupHook
36
rustPlatform.maturinBuildHook
37
];
···
51
];
52
53
meta = {
54
+
changelog = "https://github.com/rigetti/quil-rs/blob/${src.tag}/quil-py/CHANGELOG.md";
55
description = "Python package for building and parsing Quil programs";
56
homepage = "https://github.com/rigetti/quil-rs/tree/main/quil-py";
57
license = lib.licenses.asl20;