inject poetry to hiro_models

This commit is contained in:
Valentin Boettcher 2022-03-29 11:41:33 +02:00
parent 95f3f8d464
commit 52f3eafb17

View file

@ -74,6 +74,14 @@
}
);
hiro-models = super.hiro-models.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [
self.poetry
];
}
);
hopsflow = super.hopsflow.overridePythonAttrs (
old :{
buildInputs = old.buildInputs or [ ] ++ [