mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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
|
myFFmpeg = let
|
||||||
withUnfree = pkgs.unstable.ffmpeg-full.override {
|
withUnfree = pkgs.unstable.ffmpeg-full.override {
|
||||||
withUnfree = true;
|
withUnfree = true;
|
||||||
withTensorflow = !pkgs.unstable.libtensorflow.meta.broken;
|
withTensorflow = false;
|
||||||
};
|
};
|
||||||
in withUnfree;
|
in withUnfree;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue