mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
add it to all
This commit is contained in:
parent
4bce08b2c4
commit
6591fb65ec
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -28,6 +28,7 @@
|
|||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
self.cython
|
||||
self.poetry
|
||||
];
|
||||
}
|
||||
);
|
||||
|
@ -40,6 +41,14 @@
|
|||
}
|
||||
);
|
||||
|
||||
binfootprint = super.binfootprint.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
self.poetry
|
||||
];
|
||||
}
|
||||
);
|
||||
|
||||
qutip = super.fcspline.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
|
@ -51,6 +60,7 @@
|
|||
stocproc = super.stocproc.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
self.poetry
|
||||
self.cython
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue