add poetry to progression

This commit is contained in:
Valentin Boettcher 2022-01-26 16:30:13 +01:00
parent ffffdd86ae
commit 4bce08b2c4

View file

@ -32,6 +32,14 @@
}
);
progression = super.progression.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [
self.poetry
];
}
);
qutip = super.fcspline.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [