mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
Re-use tensorflow override for macos
This commit is contained in:
parent
9b3277a048
commit
4c9920df3f
1 changed files with 1 additions and 3 deletions
|
@ -2231,9 +2231,7 @@ lib.composeManyExtensions [
|
|||
|
||||
tensorflow-macos = super.tensorflow-macos.overridePythonAttrs (
|
||||
old: {
|
||||
postInstall = ''
|
||||
rm $out/bin/tensorboard
|
||||
'';
|
||||
postInstall = self.tensorflow.postInstall;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue