[Desktop/Multimedia] don't directly overlay ffmpeg-full, only override for cmdline use

This commit is contained in:
Antoine Viallon 2023-04-05 09:47:57 +02:00
parent 3ae50d2cc2
commit 8ec15b97a5
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ in
];
});
ffmpeg-full = let
myFFmpeg = let
withLto = super.ffmpeg-full.override { enableLto = false; rav1e = self.rav1e; };
withTensorflow = withLto.overrideAttrs (old: {
CFLAGS = (old.CFLAGS or "") + " -march=${config.aviallon.general.cpuArch}";