mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
add cython to qutip
This commit is contained in:
parent
73fd8d0bca
commit
a16542ec26
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,14 @@
|
|||
}
|
||||
);
|
||||
|
||||
qutip = super.fcspline.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
self.cython
|
||||
];
|
||||
}
|
||||
);
|
||||
|
||||
stocproc = super.stocproc.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
|
|
Loading…
Add table
Reference in a new issue