mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-05 09:21:39 -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: {
|
old: {
|
||||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||||
self.cython
|
self.cython
|
||||||
|
self.poetry
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -40,6 +41,14 @@
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
binfootprint = super.binfootprint.overridePythonAttrs (
|
||||||
|
old: {
|
||||||
|
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||||
|
self.poetry
|
||||||
|
];
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
qutip = super.fcspline.overridePythonAttrs (
|
qutip = super.fcspline.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||||
|
@ -51,6 +60,7 @@
|
||||||
stocproc = super.stocproc.overridePythonAttrs (
|
stocproc = super.stocproc.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||||
|
self.poetry
|
||||||
self.cython
|
self.cython
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue