nwjs: use ffmpeg instead of ffmpeg_3

wip/little-gl
Robert Schütz 3 years ago committed by Jonathan Ringer
parent af0a54285e
commit 2680cfcb59
  1. 4
      pkgs/development/tools/nwjs/default.nix

@ -3,7 +3,7 @@
, xorg, alsaLib, dbus, glib, gtk3, atk, pango, freetype, fontconfig
, gdk-pixbuf, cairo, nss, nspr, gconf, expat, systemd, libcap
, libnotify
, ffmpeg_3, libxcb, cups
, ffmpeg, libxcb, cups
, sqlite, udev
, libuuid
, sdk ? false
@ -22,7 +22,7 @@ let
xorg.libXScrnSaver cups
libcap libnotify
# libnw-specific (not chromium dependencies)
ffmpeg_3 libxcb
ffmpeg libxcb
# chromium runtime deps (dlopen’d)
sqlite udev
libuuid

Loading…
Cancel
Save