mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
Merge pull request #791 from dbaynard/overrides/tensorflow-macos
Add overrides for tensorflow-macos
This commit is contained in:
commit
6b3afb09a3
2 changed files with 9 additions and 0 deletions
|
@ -7647,6 +7647,9 @@
|
|||
"libasyncns": [
|
||||
"setuptools"
|
||||
],
|
||||
"libclang": [
|
||||
"setuptools"
|
||||
],
|
||||
"libcloud": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
|
@ -2229,6 +2229,12 @@ lib.composeManyExtensions [
|
|||
}
|
||||
);
|
||||
|
||||
tensorflow-macos = super.tensorflow-macos.overridePythonAttrs (
|
||||
old: {
|
||||
postInstall = self.tensorflow.postInstall;
|
||||
}
|
||||
);
|
||||
|
||||
tensorpack = super.tensorpack.overridePythonAttrs (
|
||||
old: {
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue