mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-05 09:21:39 -05:00
add poetry to progression
This commit is contained in:
parent
ffffdd86ae
commit
4bce08b2c4
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,14 @@
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
progression = super.progression.overridePythonAttrs (
|
||||||
|
old: {
|
||||||
|
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||||
|
self.poetry
|
||||||
|
];
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
qutip = super.fcspline.overridePythonAttrs (
|
qutip = super.fcspline.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||||
|
|
Loading…
Add table
Reference in a new issue