about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2022-10-23 11:37:54 +1000
committerZane van Iperen <zane@zanevaniperen.com>2022-11-08 00:12:43 +1000
commitc4cea0389b2ece8ffaafe6cd92b0aa6a72fa4309 (patch)
tree1195f3419427fd18867dcf40902544847f065bdb /nixos/modules/config
parente64d154cb0c62a4f544db05b6f37c5adaaebb7f5 (diff)
nixos/no-x-libs: use headless ffmpeg variants
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; };