about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-11-12 23:40:47 +0100
committerGitHub <noreply@github.com>2022-11-12 23:40:47 +0100
commit950b794452fa907d3346bf0b72a9e3a40087b26c (patch)
tree145c470fde49a67e75ea6e97d1bc4b97d017c739 /nixos/modules/config
parent6d7adea228650e0ebfbd2b73149acad07cfadbeb (diff)
parent05a5700ae2856f1e6ef827d671a5dc1395acb525 (diff)
Merge pull request #197304 from vs49688/miniffmpeg-staging
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/no-x-libs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index 946c9bf38c470..4e1d57cc48353 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -30,8 +30,8 @@ with lib;
       beam = super.beam_nox;
       cairo = super.cairo.override { x11Support = false; };
       dbus = super.dbus.override { x11Support = false; };
-      ffmpeg_4 = super.ffmpeg_4.override { sdlSupport = false; vdpauSupport = false; };
-      ffmpeg_5 = super.ffmpeg_5.override { sdlSupport = false; vdpauSupport = false; };
+      ffmpeg_4 = super.ffmpeg_4-headless;
+      ffmpeg_5 = super.ffmpeg_5-headless;
       gobject-introspection = super.gobject-introspection.override { x11Support = false; };
       libva = super.libva-minimal;
       networkmanager-fortisslvpn = super.networkmanager-fortisslvpn.override { withGnome = false; };