add cython to qutip

This commit is contained in:
Valentin Boettcher 2022-01-26 16:08:09 +01:00
parent 73fd8d0bca
commit a16542ec26

View file

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