mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Multimedia] always disable Tensorflow support in ffmpeg
This commit is contained in:
parent
1930e7fc17
commit
269bc05c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ let
|
|||
myFFmpeg = let
|
||||
withUnfree = pkgs.unstable.ffmpeg-full.override {
|
||||
withUnfree = true;
|
||||
withTensorflow = !pkgs.unstable.libtensorflow.meta.broken;
|
||||
withTensorflow = false;
|
||||
};
|
||||
in withUnfree;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue