mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-05 09:21:39 -05:00
add setuptools to future
This commit is contained in:
parent
60c20c26ab
commit
26fb5a3a77
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@
|
||||||
));
|
));
|
||||||
|
|
||||||
overrides = (self: super: {
|
overrides = (self: super: {
|
||||||
|
future = super.future.overridePythonAttrs (
|
||||||
|
old: {
|
||||||
|
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||||
|
self.setuptools
|
||||||
|
];
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
fcspline = super.fcspline.overridePythonAttrs (
|
fcspline = super.fcspline.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||||
|
|
Loading…
Add table
Reference in a new issue