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