mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -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 (
|
tensorflow-macos = super.tensorflow-macos.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
postInstall = ''
|
postInstall = self.tensorflow.postInstall;
|
||||||
rm $out/bin/tensorboard
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue